Install
openclaw skills install noir-developerDevelop Noir (.nr) codebases. Use when creating a project or writing code with Noir.
openclaw skills install noir-developernargo compile) Noir program into ACIR.nargo execute or NoirJS execute) based on ACIR and user inputs.If the environment is unsupported by nargo (e.g. native Windows), guide the user to using GitHub Codespaces (https://noir-lang.org/docs/tooling/devcontainer#using-github-codespaces) or a supported setup (WSL, Docker, or VM).
Define private inputs, public inputs (if any), and public outputs (if any) for each Noir program.
When creating a Noir project, use nargo new or nargo init to scaffold it.
Use nargo (not noir_wasm) for compilation; it is the maintained path.
Run nargo test to validate Noir implementations.
Confirm the proving backend choice before implementation details. If the user selects Barretenberg, read references/barretenberg.md.
nargo --help for the full list of commands.references/barretenberg.md.