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 ./venvActivate the environment with
source venv/bin/activateInstall the required packages with
pip install -r requirements.txtAdd to the requirements.txt file and rerun
pip3 install -r requirements.txt