From a5ff72c405579ac191391e987381094e16e63a14 Mon Sep 17 00:00:00 2001 From: Apisit Date: Thu, 29 Sep 2022 21:28:21 +0900 Subject: [PATCH] Update index.md --- docs/n3/neons/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/n3/neons/index.md b/docs/n3/neons/index.md index c7bcdd2..18165e5 100644 --- a/docs/n3/neons/index.md +++ b/docs/n3/neons/index.md @@ -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).