Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 451 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 451 Bytes

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