tact-docs
tact-docs copied to clipboard
Tact main documentation
See: https://github.com/tact-lang/tact/pull/558
WIP: WIP Closes #131
It currently only describes how to accept the raw `Slice` and the truncated to 224 bits `bounced`. But if the message occupies less than 224-bits, than it can be specified...
For simplicity, clarity, and, in some regard, conformance to `grammar.ohm`, I propose renaming of many terms throughout the docs. Changes: * global static functions -> global functions * internal functions...
Should be placed right before "Deployment" one, and also should make a place/header for #323 somewhere on it. Related to #261, which would be placed on another page (with similar...
As referenced here: https://t.me/tact_kitchen/21 And suggested in: https://github.com/tact-lang/tact/pull/560#issuecomment-2225914144
This is a highly non-trivial topic for TON blockchain
1. In Tact docs (here) 2. On Blueprint's README Essentially, that's just `yarn upgrade -P @tact-lang/compiler`, but with some preface needed. P.S.: "Contract updates"? Or somewhere on the front page,...
Links for inspiration: * https://www.swift.org/migration/documentation/migrationguide/ * https://docs.python.org/3/howto/pyporting.html * https://gleam.run/cheatsheets/gleam-for-elixir-users/ * https://gleam.run/cheatsheets/gleam-for-erlang-users/