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