This is a Next.js used to access the information in the Test network of Evmos.
To run locally use:
npm run devOpen http://localhost:3000 with your browser to see the app.
You can see the homepage in which you can login into your wallet using MetaMask. Also, you can go into the balance page.
In the balance page you can:
- See the balance for the account that is logged in into the wallet
- See the balance for any other account by using the text input. The account address can either be in HEX or Bech32
The fiat money price is being retrieved using CoinGecko API in order to show the balance in USD.
The site is deployed using Vercel.