- Notifications
You must be signed in to change notification settings - Fork0
holyaustin/lens-frontend-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is aNext.js starter kit bootstrapped withChakra UI,Rainbowkit andwagmi.
- Clone the repository
git clone https://github.com/dhaiwat10/next-chakra-rainbowkit-wagmi-starter.git
- Install dependencies
cd next-chakra-rainbowkit-wagmi-starteryarn
- Run the app
yarn dev
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 fromAnkr or use any other RPC provider of your choice. More on thathere.