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
What types of smart contracts are there on the TON blockchain?

What types of smart contracts are there in the TON blockchain?

For example: raw.fullAccountState.

1
1

where you found this coming from?

Howard   one year ago Report
Votes Newest

Answers


Need more information to troubleshoot the issue.

At this moment, you can choose FunC and Tact as the programming languages in TVM (TON Network Virtual Machine).

For FunC, here is an overview tutorial you should check out:
https://ton-community.github.io/tutorials/01-wallet/

https://ton.org/docs/develop/func/overview

On the other hand, Tact has an easier syntax to learn compared with FunC (*FunC is more like a C-like language).

http://tact-lang.org/https://github.com/tact-lang/tact

Although you can code in Fift, this is not the case we are talking about today.

  
  
wiki
Posted one year ago