Blockchain Implementation
Basic blockchain implementation with proof-of-work and chain vaildation
How program works
install & build (Linux)
git clone https://github.com/RedMads/Blockchain.git
cd Blockchain/
make main
make runm
Basic blockchain implementation with proof-of-work and chain vaildation
git clone https://github.com/RedMads/Blockchain.git
cd Blockchain/
make main
make runm