Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 173 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 173 Bytes

BlockChain

A simple example of how a blockchain works in C++.

To Run

Follow the commands below:

g++ main.cc Blockchain.cc Block.cc -o blockchain

./blockchain