Aztec Sandbox Errors
This section contains a list of errors you may encounter when using Aztec Sandbox and an explanation of each of them.
This section contains a list of errors you may encounter when using Aztec Sandbox and an explanation of each of them.
Introduction
This reference guide provides documentation for the Aztec CLI commands (aztec) and their options. The CLI is a powerful tool for interacting with the Aztec network, managing accounts, deploying contracts, and more.
For development, it may be useful to deploy, transact, or create notes in a non-programmatic way. You can use the CLI wallet (aztec-wallet) for thing such as:
The Aztec Sandbox is an environment for local development on the Aztec Network. It's easy to get setup with just a single, simple command, and contains all the components needed to develop and test Aztec contracts and applications.
In this tutorial, we will use Apple Mac's Secure Enclave to store the private key, and use it in Aztec's CLI Wallet. This enables fully private, native, and seedless account abstraction!
The Sandbox is an local development Aztec network running fully on your machine, and interacting with a development Ethereum node. You can develop and deploy on it just like on a testnet or mainnet (when the time comes). The sandbox makes it faster and easier to develop and test your Aztec applications.
This guide will walk you through setting up and using the Aztec testnet. By the end, you'll have created an account, deployed a contract, and performed some basic operations.
Install the Noir Language Support extension to get syntax highlighting, syntax error detection and go-to definitions for your Aztec contracts.
The Aztec Sandbox and the Aztec Smart Contract Library are prototypes, and should be treated as such. They've been released early, to gather feedback on the capabilities of the protocol and user experiences.
This guide assumes you have an Aztec app on sandbox and you wish to deploy it onto testnet. If you have never worked with sandbox or testnet, you might want to check out the getting started on testnet guide.
The Aztec Sandbox is intended to provide developers with a lightweight and fast local node, running alongside a PXE.
The Sandbox does not have client-side proving in the PXE enabled by default. This reduces testing times and increases development speed by allowing for rapid iteration.
For a quick start, follow the guide to install the sandbox.
- Current version: v0.85.0-alpha-testnet.2