自作ブロックチェーン
$ 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