Skip to content

Consensys/create-web3-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published