Skip to content

Simple implementation of Merkletree and Chain in rust

License

Notifications You must be signed in to change notification settings

dandax123/simple_chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple implementation of Merkletree and Chain in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages