Package Exports
- create-aztec-dapp
Readme
create-aztec-dapp π
π Website | π¦ NPM Package
A CLI for creating Aztec dApps with the Next.js framework.
Usage π οΈ
Interactive
npm create aztec-dapp@latest
npx create-aztec-dapp
yarn create aztec-dapp
pnpm create aztec-dapp
bunx create-aztec-dapp
What's included? π
By default, each new Aztec dApp will include:
- β‘ Next.js app router
- π¨ Tailwind CSS
- π Noir Smart Contract
You will have options to choose:
- π A contract type (currently only counter contracts are available, with more coming soon)
- π§Ή Linting/formatting tools (ESLint + Prettier or Biome)
Features β¨
- π§ Integrated Smart Contracts: Every Aztec dApp comes with a Noir smart contract in the
contract
directory. - π‘οΈ Type Safety: Built with TypeScript for a reliable development experience.
- π Modern UI: Tailwind CSS for responsive and beautiful UIs out of the box.
- πΊοΈ Next.js App Router: Uses the latest Next.js features for efficient routing and rendering.
Development π©βπ»
To develop and run the CLI locally:
git clone https://github.com/ikemHood/create-aztec-dapp.git
cd create-aztec-dapp
pnpm install
pnpm run build
Credits π
This project was templated from create-t3-app. We've modified it to focus specifically on Aztec development while maintaining the same high standards for developer experience.
License π
MIT