8000 GitHub - gopiinho/create-w3-app: Interactive CLI for generating boilerplates for Next.js Ethereum dApps.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gopiinho/create-w3-app

Repository files navigation

Logo for W3

create-w3-app

Interactive CLI to start a full-stack, Ethereum Next.js app.

Video thumbnail of Theo with an indecipherable expression on his face

The W3 Stack

The "W3 Stack" is heavily inspired by T3 Stack, is a ethereum dApp development stack focused on quickly shipping Web3 apps. It consists of:

Getting Started

To scaffold an app using create-w3-app, run any of the following four commands and answer the command prompt questions:

npm

npm create w3-app@latest

yarn

yarn create w3-app

pnpm

pnpm create w3-app@latest

bun

bun create w3-app@latest
0