Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 403 Bytes

Build a simple blockchain system

This repository contains source code for this tutorial
You can read my translated version on my blog via this link
Run server using one of following commands:

$ python server.py
$ python server.py -p 5001
$ python server.py --port 5002