Layer2Balance
Hosted @ https://layer2balance.netlify.app/
Application which given an 0x
address (via text input or by connecting Metamask) - scans the total ETH balances across Ethereum + Layer 2's (eg. Arbitrum).
Run Locally
Prerequisite: Create a .env
file within the root directory, copy over the contents of .env-sample
and populate the values with your own API keys.
This project uses Netlify Functions to handle API keys, so can be run locally using the Netlify CLI:
npm install netlify-cli -g
netlify dev