Name | Node JSON-RPC Endpoint | Description |
---|---|---|
development | http://127.0.0.1:8545 | To use with Ganache. |
To perform unit tests on development
network:
truffle test
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
truffle migrate --reset --network NETWORK
node enslookup mycontract.example