/Layer2Balance

Application which scans Ether balances across layer 2 networks

Primary LanguageTypeScript

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:

  1. npm install netlify-cli -g
  2. netlify dev

Preview

Screenshot of the Application