cook-next-dapp
v2.1.2
Published
A full-stack dApp starter built on Ethereum (Solidity) with Next.js (React).
Maintainers
Readme
cook-next-dapp
A CLI tool to quickly bootstrap a full-stack dApp built on Ethereum (Solidity) with Next.js, RainbowKit, Wagmi, and more!
Features
- 🚀 Next.js 14+ with App Router
- 💰 Web3 integration with Wagmi and RainbowKit
- 🎨 Beautiful UI with Tailwind CSS
- 🧩 Solidity contract integration
- 📚 TypeScript support
Usage
You can create a new web3 dApp without installing anything using npx:
npx cook-next-dappThis 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 devWhat's Included
- 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
Requirements
- Node.js 14.0 or later
- npm 6.0 or later
License
UNLICENSED
Author
Mihir Sahu [email protected]
