Cheat Codes
Introduction
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.
Get started on your local environment using the sandbox. If you'd rather jump into testnet, read the getting started on testnet guide.
This guide shows you how to debug issues in your Aztec development environment.
Read about migration notes from previous versions, which could solve problems while updating
Install the Noir Language Support extension to get syntax highlighting, syntax error detection and go-to definitions for your Aztec contracts.
- Current version: master
The Aztec Sandbox is intended to provide developers with a lightweight and fast local node, running alongside a PXE.
For a quick start, follow the guide to install the sandbox.
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!