Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
How can I can register .ton domain name? Are dns auction contracts already public?

How can I actually register a ton domain? And how to participate in a public auction?

This question was imported from Telegram Chat:
https://t.me/tondev_eng/8751
https://t.me/tondev_eng/8860

Votes Newest

Answers


Yes, this is a great question!

TON DNS is a decentralized domain name system that lets you assign a human-readable name to crypto wallets, smart contracts, and websites.

Domain names are NFTs that can be stored, gifted, or sold. Auctions for domain names last for one week, and bids must be at least 5% higher than the previous bid. The highest bidder at the end of the auction period wins the domain name.

In addition, the .ton domain can be used as a multi-support gate to store different data, including wallet addresses, DNS/ADSL routing, and smart contract logic. To participate in dns.ton.org, simply search for your desired name and see how it looks with the .ton subprefix.

*More detail: https://dns.ton.org/about.html#claim-your-ton-domain

From the code execution side, you can find the detail in code for auction, and the conversation about DNS standard here in TEP81

By the way, for best practice, you should try out in test-net in your own!

mainnet: dns.ton.org
testnet: dns.ton.org?testnet=true

2
2
wiki
Posted one year ago
Edited one year ago
12K Views
1 Answer
one year ago
one year ago
Tags