Skip to content

jefflau/ens-chrome-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENS Resolver

logo

ENS resolver that can resolve an Ethereum address or ENS name manually or automatically.

Features!

  • Ethereum Name Service Lookup (EWHOIS)
  • Ethereum Name Service Reverse Lookup

You can also:

  • Hover over Ethereum address to get the reverse lookup

Running

Just download ens-resolver.crx, go to chrome://extensions and enable developer mode then drag-drop the file into the tab to add it to your browser.

Build from Source

$ git clone https://github.com/jefflau/ens-chrome-resolver/
$ npm i
$ npm run build

In Chrome, set developer mode in chrome://extensions/ and then "load upacked" and use the /build folder.