You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@aztec/builder

Package Overview
Dependencies
Maintainers
6
Versions
792
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aztec/builder

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. It can also be use

npmnpm
Version
0.36.0
Version published
Weekly downloads
7.7K
-13.1%
Maintainers
6
Weekly downloads
 
Created
Source

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. It can also be used to update aztec project dependencies.

Installation

To install the package, run:

yarn add @aztec/builder

Usage

To run the compiler as a CLI tool, first install the package and then run:

yarn aztec-builder 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

FAQs

Package last updated on 30 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts