Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 185 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 185 Bytes

Example blockchain

How to build?

make build

How to print the blockchain?

./bin/main print

How to add a new block?

./bin/main add -block <SOME-DATA>