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
Can we say that implementing this TEP-89 in Jetton is now mandatory?

Can we say that implementing this TEP-89 in Jetton is now mandatory?

https://github.com/ton-blockchain/TEPs/blob/master/text/0089-jetton-wallet-discovery.md

  
  
Posted one year ago
Votes Newest

Answers


This is a guideline, so it's not mandatory, since there are no rules to a decentralized blockchain. Anyone can implement a smart contract to do anything. But I would say that it is highly recommended for developers to implement if they're serious about their project.

  
  
Posted one year ago
Jeremy
394 × 5 Administrator