@aztec/noir-compiler
v0.35.1
Published
The Aztec.nr compiler compiles Aztec.nr contracts using nargo and outputs Aztec formatted contract ABIs. The compiler can also generate typescript classes for each contract, as well as Aztec.nr interfaces for calling external functions.
Downloads
114
Keywords
Readme
Aztec.nr compiler
The Aztec.nr compiler compiles Aztec.nr contracts using nargo and outputs Aztec formatted contract ABIs. The compiler can also generate typescript classes for each contract, as well as Aztec.nr interfaces for calling external functions.
Installation
To install the package, run:
yarn add @aztec/noir-compiler
Usage
To run the compiler as a CLI tool, first install the package and then run:
yarn aztec-compile compile --help
You can also run the compiler from the main Aztec CLI, which includes several other features for interacting with the Aztec Network:
yarn add @aztec/cli
yarn aztec-cli compile --help