https://github.com/jasl/my-wagmi-playground
https://github.com/jasl/my-wagmi-playground
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasl/my-wagmi-playground
- Owner: jasl
- License: mit
- Created: 2023-06-20T15:11:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T07:50:43.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T05:53:17.912Z (over 1 year ago)
- Language: TypeScript
- Size: 662 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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/)