Skip to content

RedMads/Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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