Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomafrench/noir-merkle


https://github.com/tomafrench/noir-merkle

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Noir Merkle Proof Verification

Noir library for the verification of merkle proofs against binary merkle trees.

## Installation

To install this library, add the following line to the dependency tree in your `Nargo.toml` file.

```toml
merkle = { git = "https://github.com/TomAFrench/noir-merkle", tag = "master" }
```

For more info on using dependencies in Noir code see the [Noir docs](https://noir-lang.org/modules_packages_crates/dependencies).