🌳 Merkle Tree

The simple and easy implementation of Python Merkle Tree


Table of Contents

Credits

GitHub Contributors Image

How to install

How to works

This library provides a clean and easy to use implementation of the Merkle Tree with the following features:

merkle-tree

How to Use

Create a Merkle Tree

rs

Create a Root

rs

Create Proof of a leaf rs

Verify Proof of a leaf rs

Roadmap

| Feature | Status | Priority | |-|-|-| | Create Root | ⏰ | 🔥 | | Create Proof | ⏰ | 🔥 | | Verify Proof | ⏰ | 🔥 | | Support OpenZeppelin | ⏰ | 🔥 | | Compatible with MerkleTreeJs | ⏰ | 🔥 | | Use any Hash function | ⏰ | 🧐 | | Leafs of any size | ⏰ | 🧐 |

Contributing

License

MIT