The simple and easy implementation of Python Merkle Tree
This library provides a clean and easy to use implementation of the Merkle Tree with the following features:
Create a Merkle Tree
rs
Create a Root
rs
Create Proof of a leaf
rs
Verify Proof of a leaf
rs
| Feature | Status | Priority | |-|-|-| | Create Root | ⏰ | 🔥 | | Create Proof | ⏰ | 🔥 | | Verify Proof | ⏰ | 🔥 | | Support OpenZeppelin | ⏰ | 🔥 | | Compatible with MerkleTreeJs | ⏰ | 🔥 | | Use any Hash function | ⏰ | 🧐 | | Leafs of any size | ⏰ | 🧐 |