Skip to content

a starter template for working with the Aztec Sandbox and Vite

Notifications You must be signed in to change notification settings

puzzlehq/aztec-sandbox-vite-starter

Repository files navigation

aztec sandbox vite starter

a starter template for working with the Aztec Sandbox and Vite

contents

  • 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)

setup

  • 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

development

note: this example uses pnpm, but you can use npm or yarn too

pnpm i
pnpm install:sandbox
pnpm start:sandbox
pnpm dev

building

pnpm build
pnpm preview

About

a starter template for working with the Aztec Sandbox and Vite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published