Skip to content

A Chrome/Firefox browser extension that scans pages and highlights Ethereum wallet addresses with clickable links.

Notifications You must be signed in to change notification settings

tomasgrusz/wallet-glow

Repository files navigation

💫 EtherGlow

EtherGlow Extension

Project Overview

EtherGlow is a lightweight Chrome & Firefox extension that enhances Web3 browsing by automatically detecting Ethereum wallet addresses on any webpage and highlighting them with a vibrant, magical gradient glow.

Beyond just highlighting, EtherGlow transforms each address into a clickable link directing users to its detailed page on Etherscan for easy verification and exploration. It also enriches the user experience by resolving addresses to their respective ENS names when available, replacing complicated hexadecimal strings with user-friendly domain names.

Installation

  1. Clone this repository:
git clone https://github.com/tomasgrusz/wallet-glow.git
  1. Install dependencies:
npm install
  1. Create .env from .env.example, inputting your API keys.
INFURA_API_KEY="<INSERT_API_KEY>"
  1. Build the project:

Chrome-based browsers

npm run build:chrome

Firefox-based browsers

npm run build:firefox
  1. Add extension to your browser:

Chrome-based browsers

  1. Visit Chrome Extensions in your browser.

  2. Enable Developer mode in top left corner.

  3. Click Load unpacked with the folder containing this project

  4. Enable imported extension

Firefox-based browsers

  1. Visit Firefox Extensions in your browser.

  2. Click Load Temporary Add-on in top left corner.

  3. Select etherglow.zip from /firefox subfolder.

  4. Enable imported extension

About

A Chrome/Firefox browser extension that scans pages and highlights Ethereum wallet addresses with clickable links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published