CLI tool and GitHub Action for Aztec contract benchmarking
Addresses of deployed AZTEC contracts on Ethereum mainnet and testnets
Smart contract compilation artifacts for the latest version of AZTEC.
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.
Implementation of sample contract entrypoints for the Aztec Network
CLI tool and GitHub Action for Aztec contract benchmarking
Canonical Noir contracts for the Aztec Network
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
[](https://www.npmjs.com/package/@defi-wonderland/aztec-standards)
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.
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
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.
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.
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
The slasher module implements validator slashing for the Aztec network. Slashing punishes validators who misbehave or are inactive by reducing their stake. This mechanism ensures network security and liveness.
Contract abstraction meta-class for ethers.
Shared code for Aztec Nodes and Prover Nodes.
A package containing all the native bindings needed to run Aztec.
Implementation of sample account contracts for Aztec Network
Web3 module to interact with Ethereum smart contracts.