Aztec Boxes are the one-stop-shop for developing on Aztec. They often include a combination of:
- Fully tested contracts
- Frontend boilerplates
- General tests
Boxes include the sandbox installation script and its start command. By choosing the appropriate box, you can get started working on Aztec in a minimal amount of time.
If you have node installed, you can open a terminal in any folder and run:
npx create-aztec-app
The script will install the sandbox, run it, and clone the boilerplate you chose. If at any time you encounter problems, refer to the guides at docs.aztec.network for more information.
Currently there are two boxes:
- React - A React boilerplate with a minimal UI.
- Vanilla JS and HTML - Some say if you get something working in vanilla JS and HTML, you can make it work on any framework. If you can't find the box you need, this could be a good starting point.
Need any support? Reach out on discord, discourse or twitter.