|
1 | 1 | --- |
2 | | -title: Getting Started |
3 | | -description: Quick start guide for developers to set up their environment and begin building on Aztec. |
| 2 | +title: Getting Started on Sandbox |
| 3 | +description: Guide for developers to get started with the Aztec sandbox, including account creation and contract deployment. |
4 | 4 | sidebar_position: 0 |
5 | | -tags: [sandbox. testnet] |
| 5 | +tags: [sandbox, testnet] |
6 | 6 | --- |
7 | 7 |
|
8 | 8 | import Tabs from '@theme/Tabs'; |
9 | 9 | import TabItem from '@theme/TabItem'; |
10 | 10 |
|
11 | | -Get started on your local environment using the sandbox. If you'd rather jump into testnet, read the [getting started on testnet guide](./guides/getting_started_on_testnet.md). |
12 | | - |
| 11 | +Get started on your local environment using the sandbox. If you'd rather jump into testnet, read the [getting started on testnet guide](../guides/getting_started_on_testnet.md). |
| 12 | + |
13 | 13 | 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. |
14 | 14 |
|
15 | 15 | What's included in the sandbox: |
@@ -50,6 +50,7 @@ This will install the following tools: |
50 | 50 |
|
51 | 51 | - **aztec** - launches various infrastructure subsystems (full sandbox, sequencer, prover, pxe, etc) and provides utility commands to interact with the network |
52 | 52 | - **aztec-nargo** - aztec's build of nargo, the noir compiler toolchain. |
| 53 | +- **aztec-postprocess-contract** - postprocessing tool for Aztec contracts (transpilation and VK generation). |
53 | 54 | - **aztec-up** - a tool to upgrade the aztec toolchain to the latest, or specific versions. |
54 | 55 | - **aztec-wallet** - a tool for interacting with the aztec network |
55 | 56 |
|
@@ -253,4 +254,4 @@ Simulation result: 25n |
253 | 254 |
|
254 | 255 | ## What's next? |
255 | 256 |
|
256 | | -Click the Next button below to continue on your journey and write your first Aztec smart contract. |
| 257 | +Click the Next button below to continue on your journey and write your first Aztec smart contract. |
0 commit comments