JSPM

create-aztec-dapp

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q18347F
  • License MIT

Create Aztec dApps with Next.js and Noir smart contracts

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:

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