https://github.com/fisand/vite-wagmi-starter
🚀 🛠 speed up your dapp DX
https://github.com/fisand/vite-wagmi-starter
dapp react vite web3
Last synced: about 1 year ago
JSON representation
🚀 🛠 speed up your dapp DX
- Host: GitHub
- URL: https://github.com/fisand/vite-wagmi-starter
- Owner: fisand
- License: mit
- Created: 2022-03-17T02:45:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T05:47:41.000Z (over 1 year ago)
- Last Synced: 2025-04-11T16:07:10.601Z (about 1 year ago)
- Topics: dapp, react, vite, web3
- Language: TypeScript
- Homepage: https://vite-antd-seed.vercel.app/
- Size: 2.1 MB
- Stars: 182
- Watchers: 1
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unoi
 
💖 power by vite + react + wagmi + ts
preview [demo](https://vite-antd-seed.vercel.app/)

[](https://dash.zeabur.com/templates/J93U8I)
## QuickStart
click `Use this template`
## Motivation
For now, most of dapps frontend ecosystem were build on webpack and react. The most popular tool is `CRA`. As we know, the dev experience of webpack is not very good by codes growing.
`Vite` is the next generation frontend tooling. It's fast and more easily to use. So I build the project for dapps DX improvement.
## Dev
Install
```bash
pnpm i
```
dev
```bash
pnpm run dev
```
## Profile
- 😏 **Vite** for dev/build
- 😏 **wagmi** for web3 hook
- 😏 **Unocss** for CSS
- 😏 **Vercel** for preview
## Features
- 🌲 File system router
- 🏎️ AutoImport API
- 🛡️ TypeScript Checker & Eslint
- ✨ Custom Icon import by `unocss`
- 🍂 Tree shaking module
- 🚠 built in actions `.yml`
## Credits
- [Vite](https://vitejs.dev/)
- [wagmi](https://wagmi.sh/)