This box is a one-stop-shop for Aztec that will deploy a minimal React page. You can use it as a boilerplate to start developing your own Aztec app in seconds!
The easiest way to start is with a Github Codespaces, which has a generous free tier. Just click on this button:
The above method just uses the npx
command, AKA "unboxing the box". This is a CLI command to quickly start developing on your own machine.
- Node >v18
- Docker
Just open a terminal and write:
npx aztec-app
Visit the Aztec Docs for more information on how Aztec works, and the Awesome Aztec Repository for more cool projects, boilerplates and tooling.