Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: 3 months ago
JSON representation

🚀 🛠 speed up your dapp DX

Lists

README

        

# unoi

![v](https://img.shields.io/badge/vite-v5.0.11-brightgreen) ![w](https://img.shields.io/badge/wagmi-v2.5.17-brightgreen)

💖 power by vite + react + wagmi + ts

preview [demo](https://vite-antd-seed.vercel.app/)

image

[![Deploy on Zeabur](https://zeabur.com/button.svg)](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/)