https://github.com/vacekj/air-fried-gyatt
Breathe air
https://github.com/vacekj/air-fried-gyatt
Last synced: 5 months ago
JSON representation
Breathe air
- Host: GitHub
- URL: https://github.com/vacekj/air-fried-gyatt
- Owner: vacekj
- Created: 2024-05-17T18:53:47.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-05-19T22:40:19.000Z (11 months ago)
- Last Synced: 2024-10-12T09:04:42.016Z (6 months ago)
- Language: Rust
- Size: 112 KB
- Stars: 21
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-noir - Plonky3
README
# Air Fried Gyatt
## How To Run
1. Install `noirup`: https://github.com/noir-lang/noirup
2. Clone pinned noir fork: `https://github.com/Philogy/noir-snapshot`
3. CD into the cloned Noir repo and run `noirup -p .`
4. Compile & generate witnesses for your circuit using `nargo` (cd into `mini_circuit` for our example, CD back out after)
1. `nargo compile --expression-width 3`
2. `nargo execute witness.gz`
5. Run backend with `cargo run --bin gyatt-fryer-cli -- mini_circuit/target/witness.gz mini_circuit/target/mini_circuit.json`