cook-next-dapp

2.1.2 • Public • Published

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-dapp

This will:

  1. Prompt you for a project name
  2. Clone the template repository
  3. Set up a fresh git repository
  4. 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

What'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

Package Sidebar

Install

npm i cook-next-dapp

Weekly Downloads

3

Version

2.1.2

License

UNLICENSED

Unpacked Size

72.9 kB

Total Files

31

Last publish

Collaborators

  • 0xmihirsahu