1.5.6 • Published 11 months ago
@consensys/create-web3-template v1.5.6
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:
pnpm create @consensys/create-web3-template [project-name]
or
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:
pnpm install || npm install
and
pnpm run dev || npm run dev