Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhaiwat10/lens-frontend
https://github.com/dhaiwat10/lens-frontend
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhaiwat10/lens-frontend
- Owner: Dhaiwat10
- Created: 2022-06-02T22:29:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T06:15:35.000Z (over 2 years ago)
- Last Synced: 2024-10-05T08:41:00.453Z (about 1 month ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 next-chakra-rainbowkit-wagmi-starter
This is a [Next.js](https://nextjs.org) starter kit bootstrapped with [Chakra UI](https://chakra-ui.com/), [Rainbowkit](https://rainbowkit.com) and [wagmi](https://wagmi.sh).
## 📚 Getting Started
1. Clone the repository
```bash
git clone https://github.com/dhaiwat10/next-chakra-rainbowkit-wagmi-starter.git
```2. Install dependencies
```bash
cd next-chakra-rainbowkit-wagmi-starteryarn
```3. Run the app
```bash
yarn dev
```## ⚙️ Customization
This starter kit has been setup to work on Polygon Mainnet. You can customize it to work on any other network by editing the `_app.js` file.
You can either grab a free RPC for any network of your choice from [Ankr](https://www.ankr.com/protocol/) or use any other RPC provider of your choice. More on that [here](https://www.rainbowkit.com/docs/installation).