Powered by Vercel
This is a RainbowKit + wagmi + Next.js project bootstrapped with create-rainbowkit
.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
To get the Validator's public keys, the Etherscan API is used.
Create an API as documented on https://docs.etherscan.io/getting-started/viewing-api-usage-statistics, and add the key as NEXT_PUBLIC_ETHERSCAN_KEY=<Your key>
in .env.local
.
To use the public RPC to read data from the blockchain, you'll need an Infura key.
Add this key as NEXT_PUBLIC_INFURA_KEY=<Your key>
in .env.local
.
To learn more about this stack, take a look at the following resources:
You can check out the RainbowKit GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.