This Rust library includes ready-to-use chip for performing Indexed Merkle Tree operations inside a Halo2 circuit. Inspired by: https://docs.aztec.network/concepts/advanced/data_structures/indexed_merkle_tree
- Clone the repository:
git clone https://github.com/aerius-labs/indexed-merkle-tree
- Navigate to the project directory:
cd indexed-merkle-tree
- Building the project:
cargo build --release
cargo run test
We welcome contributions from the community!
This project is UNLICENSED.