Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Building

Full Workspace

cargo build

Individual Crate

cargo build -p aztec-pxe

Release Build

cargo build --release

Dependency Notes

The workspace patches a handful of noir crates to pre-release git revisions. Those patches are declared in the root Cargo.toml and apply automatically. Make sure your Rust toolchain matches the edition (2021+).