@nemi-fi/aztec-storage-proofs
v3.0.0-devnet.20251212
Published
Prove Aztec note inclusion in plain Noir. Generate verifiable proofs for verification in JS or Solidity.
Readme
Aztec Storage Proofs
Prove Aztec note inclusion in plain Noir. Generate verifiable proofs for verification in JS or Solidity.
Supports exactly Aztec 3.0.0-devnet.20251212
Install in JS:
npm add @nemi-fi/[email protected]Install in Noir (Nargo.toml):
[dependencies]
storage_proofs = { git = "https://github.com/nemi-fi/aztec_storage_proofs", tag = "v3.0.0-devnet.20251212", directory = "lib" }For an end to end example, see lib.test.ts.
