mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-07 15:43:07 +00:00
Noir Circuits
this directory holds all the circuits written in Noir, used by the CL specification.
Each circuit is it's own nargo package under the crates/ directory.
Creating a new circuit
- inside
crates/, runnargo new <circuit name> - update
./Nargo.tomlto include the new circuit in the workspace
Testing circuits
Under ./noir, simple run.
nargo test