Skip to content

IronGauntlets/merkle-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

merkle-tree

This package implements a simple Merkle Tree with the following features:

  • Generate a merkle tree given some values
  • Update the leaves
  • Add new leaves
  • Remove existing leaves
  • Generate Merkle Proof
  • Verify Merkle Proof

Currently, the implementation doesn't store intermediate nodes, meaning the tree has to be regenerated every time a new proof is created. This can be solved in the future by storing the nodes by their hash or path.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages