kkomelin / create-web3-template

CLI to create base web3 templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a CLI tool which scaffolds Next.js and React projects with a focus on web3 development.

Create Web3 Template CLI

To create a new project using the Web3 Template CLI, run the following command:

    npx @consensys/create-web3-template [project-name]

This will create a new directory with the specified project name and scaffold a new project with the following features:

  • Next.js or React (Vite)
  • TypeScript
  • Tailwind CSS
  • Viem
  • Wagmi

After the project is created, you can navigate to the new directory and run the following commands:

    npm install

and

    npm run dev

About

CLI to create base web3 templates.

License:Apache License 2.0


Languages

Language:TypeScript 61.5%Language:JavaScript 38.5%