Getting Started
In this section, you will
- Set up the Aztec sandbox and deploy a sample first contract with the CLI
- Deploy and interact with a contract using Aztec.js
- Write your first smart contract in Aztec.nr
The whole section should take you less than 60 minutes.
📄️ Quickstart
In this guide, you will
📄️ Core Concepts
This page outlines Aztec concepts that are essential for developers to understand. Reading and understanding these concepts will help you massively when you start to dive deeper into smart contracts.
📄️ Getting Started with Aztec.js
In this guide, we will retrieving the Sandbox and deploy a pre-written contract to it using Aztec.js.
📄️ Getting Started with Aztec.nr
In this guide, we will create our first Aztec.nr smart contract. We will build a simple private counter. This contract will get you started with the basic setup and syntax of Aztec.nr, but doesn't showcase the awesome stuff Aztec is capable of.