Skip to main content

12 docs tagged with "sandbox"

View all tags

CLI Reference

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.

CLI Wallet

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:

Developer Environment

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.

Getting Started

Get started on your local environment using the sandbox. If you'd rather jump into testnet, read the getting started on testnet guide.

How to Debug

This guide shows you how to debug issues in your Aztec development environment.

Migration notes

Read about migration notes from previous versions, which could solve problems while updating

Noir VSCode Extension

Install the Noir Language Support extension to get syntax highlighting, syntax error detection and go-to definitions for your Aztec contracts.

Sandbox Features Roadmap

The Aztec Sandbox is intended to provide developers with a lightweight and fast local node, running alongside a PXE.

Using FaceID to Sign Transactions (Mac Only)

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!