Home > Resources > code > noir-lang-noir
noir-lang/noir — ACVM Repository¶
Summary¶
The ACVM (Abstract Circuit Virtual Machine) sub-repository within the Noir monorepo. Implements the interpreter and backend interface for ACIR opcodes, serving as the bridge between the Noir compiler frontend and concrete proving backends (Barretenberg, etc.). Key reference for understanding how Noir's intermediate representation is executed.
Related resources¶
- Noir Documentation (doc, 2022)