This is a simple python implementation of a blockchain with proof of work concensus and wallet.
installation
git clone https://github.com/FlorenceJiang/python_blockchain
cd python_blockchain
conda create -n blockchain101 python=3.9.12
conda activate blockchain101
pip install -r requirements.txt
test blockchain python test_blockchain.py
test p2pnetwork test_p2pnetwork.ipynb