Home

Awesome

Indexed Merkle Tree

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

Setup & Installation

  1. Clone the repository:
git clone https://github.com/aerius-labs/indexed-merkle-tree
  1. Navigate to the project directory:
cd indexed-merkle-tree
  1. Building the project:
cargo build --release

Running Tests

cargo run test

Contributing

We welcome contributions from the community!

License

This project is UNLICENSED.