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.
- Clone this repository:
git clone https://github.com/tomasgrusz/wallet-glow.git
- Install dependencies:
npm install
- Create
.envfrom.env.example, inputting your API keys.
INFURA_API_KEY="<INSERT_API_KEY>"- Build the project:
Chrome-based browsers
npm run build:chrome
Firefox-based browsers
npm run build:firefox
- Add extension to your browser:
Chrome-based browsers
Visit Chrome Extensions in your browser.
Enable
Developer modein top left corner.Click
Load unpackedwith the folder containing this projectEnable imported extension
Firefox-based browsers
Visit Firefox Extensions in your browser.
Click
Load Temporary Add-onin top left corner.Select
etherglow.zipfrom/firefoxsubfolder.Enable imported extension
