Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Clarify that the top level TLD is '.' (#283)
Browse files Browse the repository at this point in the history
* Updating the quickstart to making it more idiot-proof after my stumbling journey

* - updated FIFSRegistrar to the right abi based on the current .sol contract

note: the older abi had expiryTimes in it which let you call the function and it returned 0 making you think the domain wasn't registered when in reality the interface doesn't implement it.

* Revert "- updated FIFSRegistrar to the right abi based on the current .sol contract"

This reverts commit 2a1ae54.

* clarifying note about the top level TLD which helped me a lot in understanding how ENS works

* updated the language per Nick's suggestion
  • Loading branch information
Suhail authored and Arachnid committed May 17, 2018
1 parent fd4978d commit 273797b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/userguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ Note the use of `web3.sha3()` instead of `namehash()` when specifying the subdom

The owner of a name can reassign ownership of subdomains at any time, even if they're owned by someone else.

**Note:** When you first create your registry, the only domain is '.' (the root domain) and the root domain creates subdomains like the 'test' and 'eth' top-level domains.

Resolving Names
---------------

Expand Down

0 comments on commit 273797b

Please sign in to comment.