Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 769 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 769 Bytes

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