This is a reference repo to help you get started with writing Aztec smart contracts. More info: https://docs.aztec.network/.
The Aztec builder generates typescript classes for Noir contract, as well as Aztec.nr interfaces for calling external functions. It can also be used to update aztec project dependencies.
The Aztec CLI `aztec-cli` is a command-line interface (CLI) tool for interacting with Aztec. It provides various commands for deploying contracts, creating accounts, interacting with contracts, and retrieving blockchain data.
The Aztec Node implements a sequencer node in the network, and is currently meant to be used for local development and testing. The Node is the entrypoint for creating and starting a new Sequencer client with default components (a local P2P client, an in-
Aztec is a package that allows for a simple development environment on Aztec stack. It creates a Private eXecution Environment (PXE) that listens for HTTP requests on `localhost:8080` by default. When started, it deploys all necessary L1 Aztec contracts a
starter kit for tiptap
Implementation of sample contract entrypoints for the Aztec Network
1) Start a local Ethereum node (Anvil) in one terminal:
This application allows someone to obtain a small amount of eth via a http endpoint.
This guide explains how to integrate your wallet with the Aztec Wallet SDK, enabling dApps to discover and interact with your wallet implementation.
This package includes end-to-end tests that cover Aztec's main milestones. These can be run locally either by starting anvil on a different terminal.
Canonical Noir contracts for the Aztec Network
Shared code for Aztec Nodes and Prover Nodes.
[](https://www.npmjs.com/package/@defi-wonderland/aztec-standards)
Implementation of sample account contracts for Aztec Network
`PXE` (pronounced "pixie service") is a server-side software that provides a set of apis for interacting with the Aztec network. It acts as a bridge between the network and client applications by exposing methods to manage accounts, deploy contracts, crea
A package containing all the native bindings needed to run Aztec.
Aztec.js is a library that provides APIs for managing accounts and interacting with contracts on the Aztec network. It communicates with the [Private eXecution Environment (PXE)](https://docs.aztec.network/developers/foundational-topics/pxe) through a `PX
Prover/verifier library for barretenberg. It bundles support for the following:
Base code for generating barcode with the Barcode Bakery library. See @barcode-bakery/barcode-1d.
TypeScript SDK that routes Aztec private kernel proving to a local native accelerator, bypassing browser WASM throttling. Zero-config — auto-detects the [Aztec Accelerator](../../packages/accelerator) desktop app on localhost, falls back to WASM if unavai
Install and setup a WebdriverIO project with all its dependencies in a single run
Distributed locking and slashing protection for Aztec validators running in high-availability configurations.
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.