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 is the difference between a masterchain and a basechain?

It's a basic question that's probably answered somewhere in the documentation, but for some people it's easier to ask this way. So, what are the masterchain and basechain in TON, and what's their difference?


This question was imported from Telegram Chat: https://t.me/tondev/117501

1
1
Posted one year ago
Votes Newest

Answers


Great question, in the TON architecture, there are two primary types of blockchains: the masterchain and the basechain (also known as workchains).

The difference between the two lies in their functions and the roles they play in the TON ecosystem.

Masterchain:

The masterchain is the main blockchain of the TON network, responsible for maintaining the network's overall security, stability, and consensus. It acts as the central source of truth and connects all other blockchains within the network.

The masterchain handles global tasks, such as:

  • Validation and finalization of blocks in other chains (including basechains)
  • Storing the global configuration of the entire TON network
  • Managing the validator pool and distributing validator roles among the basechains

Basechain (Workchain):

Basechains, or workchains, are independent blockchains within the TON network that run parallel to the masterchain. Each basechain can have its own rules, token, and smart contracts.

They are designed to handle specific tasks or applications and can be customized to meet the needs of various use cases.

The primary difference between the masterchain and basechains lies in their responsibilities within the TON network. The masterchain maintains the overall.

At this moment, the network is only working with 1 Workchain.

3
3
Posted one year ago
Edited one year ago
2K Views
1 Answer
one year ago
one year ago
Tags