Shared code for Aztec Nodes and Prover Nodes.
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
Require hook for automatic V8 compile cache persistence
1) Start a local Ethereum node (Anvil) in one terminal:
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.
Generates and consumes source maps
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
A base TSConfig for working with Node 10.
Implementation of sample contract entrypoints for the Aztec Network
The node core libs for in browser usage.
This application allows someone to obtain a small amount of eth via a http endpoint.
Determine an app's root path from anywhere inside the app
A base TSConfig for working with Node 16.
A base TSConfig for working with Node 14.
This guide explains how to integrate your wallet with the Aztec Wallet SDK, enabling dApps to discover and interact with your wallet implementation.
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
A base TSConfig for working with Node 12.
Create and modify PDF files with JavaScript
Core istanbul API for JS code coverage
PostCSS plugin to keep rules and at-rules content in order.
Embedded JavaScript templates
The Aztec KV store is an implementation of a durable key-value database with a pluggable backend. The only supported backend right now is LMDB by using the [`lmdb-js` package](https://github.com/kriszyp/lmdb-js).