Socket
Socket
Sign inDemoInstall

@consensys/create-web3-template

Package Overview
Dependencies
Maintainers
14
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@consensys/create-web3-template

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


Version published
Weekly downloads
18
increased by350%
Maintainers
14
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 15 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc