The github repository contains a basic implementation of a blockchain and its client using Python. This blockchain has the following features:
- Anaconda's Python distribution contains all the dependencies for the code to run.
- To start a blockchain node, execute the command below:
python node.py
- You can add a new node to blockchain by executing the same command and specifying a port that is not already used. For example,
python node.py -p 5001
- You can access the blockchain frontend and blockchain client dashboards from your browser by going to localhost:5000