A CLI tool to quickly bootstrap a full-stack dApp built on Ethereum (Solidity) with Next.js, RainbowKit, Wagmi, and more!
- 🚀 Next.js 14+ with App Router
- 💰 Web3 integration with Wagmi and RainbowKit
- 🎨 Beautiful UI with Tailwind CSS
- 🧩 Solidity contract integration
- 📚 TypeScript support
You can create a new web3 dApp without installing anything using npx:
npx cook-next-dapp
This will:
- Prompt you for a project name
- Clone the template repository
- Set up a fresh git repository
- Install all dependencies
Once the installation is complete, navigate to your project folder and start the development server:
cd your-project-name
npm run dev
- Next.js: React framework with App Router
- RainbowKit: UI components for connecting wallets
- Wagmi: React hooks for Ethereum
- Viem: TypeScript interface for Ethereum
- Tailwind CSS: Utility-first CSS framework
- TypeScript: Type safety throughout your project
- Starter Solidity Contract: Ready to deploy
- Node.js 14.0 or later
- npm 6.0 or later
UNLICENSED
Mihir Sahu 0xmihirsahu@gmail.com