mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-02-13 07:46:35 +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.toml
to include the new circuit in the workspace
Testing circuits
Under ./noir
, simple run.
nargo test