Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 282 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 282 Bytes

Simple Merkletree and Chain implementation

Merkletree: Simple datastructure to build hash references of data (uses SHA256 for hashing)
Block: Contains a merkletree, the prev_block_hash, nonce and current block hash.
Chain: Mine new blocks and add to the vector of blocks