Skip to content

mihiron/simplebitcoin

Repository files navigation

simplebitcoin

自作ブロックチェーン

環境構築(Mac)

$ git clone github.com/fumihirokinoshita/simplebitcoin
# cd simplebitcoin

動作確認

Core Nodeの立ち上げとCore Node間での接続

$ python3 SampleServer1.py
$ pytnon3 SampleServer2.py // 別shell

Blockchainに参加するクライアント(Edge Node)の立ち上げ

$ python3 SampleClient1.py // 別shell
$ python3 SampleClient2.py // 別shell

About

自作Blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages