JSPM

cook-next-dapp

2.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q26518F
  • License UNLICENSED

A full-stack dApp starter built on Ethereum (Solidity) with Next.js (React).

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