Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cook-next-dapp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 0xmihirsahu@gmail.com