tact-docs
tact-docs copied to clipboard
Tact main documentation
Tracking issue for translation of Book section and all subsequent pages. Initial: - [ ] Overview, `/book` — unassigned - [ ] Guides → Getting started, `/book/guides/getting-started` — unassigned Fundamentals...
I'm proposing creating a "Coming from FunC" page, which would be geared towards people who are already familiar with TON and Tact and only need a brief side-by-side comparison of...
It should be presented in the form of a tutorial showing how to port a real-world Solidity smart contract to Tact. This is related to #54, but for those familiar...
It should be in principle possible, since GitHub uses it in Linguist. No more regex-based highlighting! :) This would make things like #183 much easier
For instance, how large maps can be, etc. - Account state size's upper bound is around 65k cells, which, for instance, constraints a single contract map size to be about...
We need to explain in the style of the debugging section how to use the results of using `emit` in contracts.
We should explicitly document in `book/receive` if it's possible when processing a message to get a new message
Contracts cannot call each other's getters, so we need to show how to read other contract's variables, provided we have control over both contracts's source code.
Hello! It would be good for beginners to indicate in paragraph 1 what to enter after running the command: “npm create ton@latest MyProject”. Example: