https://github.com/Dhaiwat10/create-web3-frontend
The fastest way to get started with a fully-fledged web3 frontend
https://github.com/Dhaiwat10/create-web3-frontend
ethers frontend next nextjs react tailwindcss typescript wagmi web3
Last synced: 10 days ago
JSON representation
The fastest way to get started with a fully-fledged web3 frontend
- Host: GitHub
- URL: https://github.com/Dhaiwat10/create-web3-frontend
- Owner: Dhaiwat10
- Created: 2022-03-20T23:32:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T03:23:05.000Z (about 1 year ago)
- Last Synced: 2025-04-09T18:16:26.462Z (18 days ago)
- Topics: ethers, frontend, next, nextjs, react, tailwindcss, typescript, wagmi, web3
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/create-web3-frontend
- Size: 152 KB
- Stars: 171
- Watchers: 5
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Blockchain-Development-Resources - Create-web3-frontend
README
# create-web3-frontend

The fastest way to get started with a fully-fledged web3 frontend setup consisting of Next.js, [wagmi](https://wagmi.sh), [Rainbowkit](https://rainbowkit.com), and [Tailwind CSS](https://tailwindcss.com).
```bash
npx create-web3-frontend
```## Thanks
This project is inspired by and re-uses a lot of code from [create-next-app](https://github.com/vercel/next.js/tree/canary/packages/create-next-app/).