The fastest way to get started with a fully-fledged web3 frontend setup consisting of Next.js, wagmi and Tailwind CSS.
npx create-web3-frontend my-app
# For TypeScript
npx create-web3-frontend --ts my-app
--ts
or--typescript
: Use TypeScript instead of JavaScript.--use-npm
: Usenpm
for installing dependencies.--use-pnpm
: Usepnpm
for installing dependencies.
This project is inspired by and re-uses a lot of code from create-next-app.