Simple code to show how a block chain works
Add consensus code so extra nodes can be added
Validate transactions
You need python3 installed Create a virtual environment with
python3 -m venv ./venv
Activate the environment with
source venv/bin/activate
Install the required packages with
pip install -r requirements.txt
Add to the requirements.txt file and rerun
pip3 install -r requirements.txt