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
Back to post

Revisions 2

one year ago
How can I can register .ton domain name? Are dns auction contracts already public?
How can I can register .ton domain name? Are dns auction contracts already public?
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](https://github.com/ton-blockchain/TEPs/blob/master/text/0081-dns-standard.md) By the way, for best practice, you should try out in test-net in your own! mainnet: [dns.ton.org](https://dns.ton.org) testnet: [dns.ton.org?testnet=true](https://dns.ton.org?testnet=true)
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](https://github.com/ton-blockchain/TEPs/blob/master/text/0081-dns-standard.md)
one year ago
Original
How can I can register .ton domain name? Are dns auction contracts already public?

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](https://github.com/ton-blockchain/TEPs/blob/master/text/0081-dns-standard.md)