Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1021 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 1021 Bytes

Aztec Box

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!

Getting Started

The easiest way to start is with a Github Codespaces, which has a generous free tier. Just click on this button:

One-Click React Starter

Using the npx command

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.

Prerequisites

  • Node >v18
  • Docker

Usage

Just open a terminal and write:

npx aztec-app

More information

Visit the Aztec Docs for more information on how Aztec works, and the Awesome Aztec Repository for more cool projects, boilerplates and tooling.