https://github.com/llllvvuu/viem-467-repro-rainbowkit
https://github.com/llllvvuu/viem-467-repro-rainbowkit
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/llllvvuu/viem-467-repro-rainbowkit
- Owner: llllvvuu
- Created: 2023-07-02T06:56:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T06:57:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T22:25:28.666Z (5 months ago)
- Language: TypeScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [wagmi](https://wagmi.sh) + [RainbowKit](https://rainbowkit.com) + [Next.js](https://nextjs.org) project bootstrapped with [`create-wagmi`](https://github.com/wagmi-dev/wagmi/tree/main/packages/create-wagmi)
# Getting Started
Run `npm run dev` in your terminal, and then open [localhost:3000](http://localhost:3000) in your browser.
Once the webpage has loaded, changes made to files inside the `src/` directory (e.g. `src/pages/index.tsx`) will automatically update the webpage.
# Learn more
To learn more about [Next.js](https://nextjs.org) or [wagmi](https://wagmi.sh), check out the following resources:
- [wagmi Documentation](https://wagmi.sh) – learn about wagmi Hooks and API.
- [wagmi Examples](https://wagmi.sh/examples/connect-wallet) – a suite of simple examples using wagmi.
- [RainbowKit Documentation](https://rainbowkit.com/docs/introduction) – learn more about RainbowKit (configuration, theming, advanced usage, etc).
- [Next.js Documentation](https://nextjs.org/docs) learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.