Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomafrench/noir-merkle
https://github.com/tomafrench/noir-merkle
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomafrench/noir-merkle
- Owner: TomAFrench
- Created: 2023-04-30T12:48:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-18T23:34:58.000Z (about 1 year ago)
- Last Synced: 2024-10-29T05:22:53.810Z (about 2 months ago)
- Language: Roff
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).