Awesome
Air Fried Gyatt
How To Run
- Install
noirup
: https://github.com/noir-lang/noirup - Clone pinned noir fork:
https://github.com/Philogy/noir-snapshot
- CD into the cloned Noir repo and run
noirup -p .
- Compile & generate witnesses for your circuit using
nargo
(cd intomini_circuit
for our example, CD back out after)nargo compile --expression-width 3
nargo execute witness.gz
- Run backend with
cargo run --bin gyatt-fryer-cli -- mini_circuit/target/witness.gz mini_circuit/target/mini_circuit.json