A Chrome extension that allows you to look up token information for any EVM address by selecting it on a webpage.
- Instantly get token information by selecting an EVM address
- Supports multiple chains (Ethereum, Base, Polygon, Optimism, Arbitrum)
- Shows token price, and decimals
- Sorts results by relevance
- Cards link to the corresponding explorer
-
Clone this repository:
git clone https://github.com/amountin/address-lookup.git cd address-lookup -
Install dependencies:
npm install
-
Set up your API key using one of these methods:
- Create a
.envfile in the project root and add your Sim Dune API key:SIM_DUNE_API_KEY=your_api_key_here - Or set it through the extension's popup interface after installation
- Create a
-
Build the extension:
npm run build
-
Load the extension in Chrome:
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the
distdirectory
- Open Chrome and go to
- Select any EVM address on a webpage
- A popup will appear with token information
In alternative, open the extension and paste the token address.