Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 333 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 333 Bytes

Blockchain Implementation

Basic blockchain implementation with proof-of-work and chain vaildation

How program works

Blockchain

install & build (Linux)

git clone https://github.com/RedMads/Blockchain.git

cd Blockchain/

make main

make runm