Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 824 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 824 Bytes

ENS Contracts

Networks

Name Node JSON-RPC Endpoint Description
development http://127.0.0.1:8545 To use with Ganache.

Unit Tests

To perform unit tests on development network:

truffle test

LookUp

To perform lookup of a name use the enslookup or enslookup_ethens (which uses ethereum-ens library to resolve the name) script available in this directory. "SetStorage.sol" can be deployed as an example with name "mycontract.example". To perform LookUp of the name execute:

node enslookup mycontract.example
or
node enslookup_ethens mycontract.example

Quickstart

truffle migrate --reset --network NETWORK
node enslookup mycontract.example

Docs

ENS Documentation