A command line utility to query the Ethereum Name Service
Clone this repository:
git clone https://github.com/darrenlangley/enslookup.git
Change into directory:
cd enslookup
Install dependencies:
npm install
If you are on Linux or macOS, make the enslookup
executable:
chmod +x enslookup
enslookup <ensname>
./enslookup ethereum.eth
Name: ethereum.eth
Resolver: 0x1da022710dF5002339274AaDEe8D58218e9D6AB5
Address: 0xfB6916095ca1df60bB79Ce92cE3Ea74c37c5d359 (3295.179176904502385668 ether)
Public Key:
x = 0x0000000000000000000000000000000000000000000000000000000000000000
y = 0x0000000000000000000000000000000000000000000000000000000000000000
Note on Windows you will have to run node enslookup