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
Where do I get resources to understand TON's architecture as a Solidity developer?

I want to understand how TON as a blockchain works. I aim to understand:

  1. Ton Virtual Machine
  2. Blockchain Consensus

I come from a Solidity background. Are there any resources that can help me?


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

Votes Newest

Answers


As a Solidity developer, one of the best articles for you to understand the differences between the EVM and the TVM is:

https://society.ton.org/six-unique-aspects-of-ton-blockchain-that-will-surprise-solidity-developers

This is a very good introduction. Afterwards, the whitepaper is where you will have to go along with the developer documentation.

https://ton.org/whitepaper.pdf
https://ton.org/docs

  
  
Posted one year ago
Edited one year ago
Jeremy
384 × 5 Administrator
5K Views
1 Answer
one year ago
one year ago
Tags