Docs: create a thorough page on value / transaction flow in TON Blockchain with respect to Tact
Opened this issue · 0 comments
novusnota commented
It's either a re-write of https://docs.tact-lang.org/book/lifecycle/ or a standalone page. Or two: the brief one and the detailed one. Plus extensions to other pages in Communication sub-section of the Book.
The things to discuss:
- How the contract balance gets changed and calculated
- How the funds of internal messages (their "values") are spent
- How external messages are processed
- Who pays for the storage fees
- How the
raw_reserve
works and best practices around it in Tact, including usage ofself.storageReserve
- How the bounced messages influence
raw_reserve
In general, all things describing value / message / transaction flow. Perhaps, with diagrams. Perhaps, with interactive elements, see https://github.com/mattjennings/astro-live-code.
Related to and depends on #1073.
Links: