Skip to content

Commit

Permalink
Merge pull request #48 from neo-project/dev
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
apisit authored Sep 29, 2022
2 parents 0f6ad7f + a5ff72c commit e373614
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/n3/neons/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ The Neo Name Service (NeoNS) is a distributed open naming system based on Neo bl

NNS also has dot-separated hierarchical names called domains. The owner of a domain has full control of all its subdomains.

Top-level domains, like '.neo', are owned by the Neo Committee. Users can only register domains with the registered top-level domains, such as 'alice.neo' instead of 'alice.eth' if the top-level domain '.eth' is not registered yet. Once the domain 'alice.neo' registered users can register any subdomains ended with it, for example, 'hello.alice.neo', and configure it with records.
Top-level domains, like `.neo`, are owned by the Neo Committee. Users can only register domains with the registered top-level domains, such as `alice.neo` instead of `alice.eth` if the top-level domain `.eth` is not registered yet. Once the domain `alice.neo` registered users can register any subdomains ended with it, for example, `hello.alice.neo`, and configure it with records.

### Quick Start

NeoNS Mainnet Contract Hash: 0x50ac1c37690cc2cfc594472833cf57505d5f46de
NeoNS Mainnet Contract Hash: `0x50ac1c37690cc2cfc594472833cf57505d5f46de`

NeoNS Magnet testnet Hash: 0xd4dbd72c8965b8f12c14d37ad57ddd91ee1d98cb
NeoNS Magnet testnet Hash: `0xd4dbd72c8965b8f12c14d37ad57ddd91ee1d98cb`

The source code can be found at [https://github.com/neo-project/non-native-contracts/tree/master/src/NameService](https://github.com/neo-project/non-native-contracts/tree/master/src/NameService).

0 comments on commit e373614

Please sign in to comment.