Skip to content

raven-house/aztec_storage_proofs

 
 

Repository files navigation

Aztec Storage Proofs

Prove Aztec note inclusion in plain Noir. Generate verifiable proofs for verification in JS or Solidity.

Supports exactly Aztec 1.1.2

Install in JS:

npm add @nemi-fi/aztec-storage-proofs@0.7.0

Install in Noir (Nargo.toml):

[dependencies]
storage_proofs = { git = "https://github.com/nemi-fi/aztec_storage_proofs", tag = "v0.7.0", directory = "lib" }

For an end to end example, see lib.test.ts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 51.1%
  • Noir 48.9%