Skip to content

pedrocrvz/private-ens

Repository files navigation

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

About

Boilerplate of a private ENS ready to deploy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published