simple_shield icon indicating copy to clipboard operation
simple_shield copied to clipboard

Basic Noir anonymous proof of membership

Results 5 simple_shield issues
Sort by recently updated
recently updated
newest added

Changed this faulty link https://noir-lang.org/acir.html to https://noir-lang.org/nargo/commands By the way, I am not sure that this is the actual link that be helpful here, but the previous one isn't working!!

Repo is outdated with old version of nargo, happy to help updating it.

Hey @vezenovm. I am working through the README and when I try `nargo prove p` or `nargo verify p` I see the following error: ``` Error: Expected argument `nullifierHash`, but...

Hey Guys, Do you have an example of erc20 private transactions?

these are the only options found [here](https://noir-lang.org/docs/dev/reference/nargo_commands/#nargo-compile) ``` nargo compile Compile the program and its secret execution trace into ACIR format Usage: nargo compile [OPTIONS] Options: --package — The name...