a starter template for working with the Aztec Sandbox and Vite
- Vite-powered React app (with all the necessary polyfills)
- built-in Aztec Sandbox connection
- Jotai for simple state management
- shadcn/ui for headless UI (Radix + Tailwind)
- make sure you're on the correct noir version for aztec-nr development -
noirup -v 0.17.0-aztec.2
- if you make changes to the contract, compile it with
aztec-cli compile contracts/contract_name
note: this example uses pnpm
, but you can use npm
or yarn
too
pnpm i
pnpm install:sandbox
pnpm start:sandbox
pnpm dev
pnpm build
pnpm preview