tact-docs
tact-docs copied to clipboard
Tact main documentation
Alternative solutions may be used too. Either in CI or as part of #89 Links: - https://languagetool.org/ - https://github.com/elijah-potter/harper - https://github.com/drahnr/cargo-spellcheck - https://github.com/caderek/gramma
https://github.com/tact-lang/tact/pull/581
https://github.com/tact-lang/tact-docs/blob/08e84aa0bfee3daa56c04beca1d816cc7daddb35/pages/book/statements.mdx?plain=1#L292C196-L292C344
https://github.com/tact-lang/tact/issues/713
See, for instance, https://github.com/tact-lang/tact/issues/712
Clarify `as remaining` is not possible in the middle of a struct in `book/cells#serialization-types`
> Therefore, to prevent misuse of the contract storage and reduce gas consumption, make sure to specify remaining serialization option only on the last field of the given Message https://github.com/tact-lang/tact/pull/697...
https://github.com/tact-lang/tact-docs/blob/d6ec58ee3180b50f2f89293019e3c7985d6603da/pages/book/maps.mdx?plain=1#L83 Invalid types provided. Map is , but type String? was provided to variable. Moreover, the page does not mention `String` is a valid map value type. Also, in on...
For instance, if I'm interested in searching for "as remaining" in the docs, the most relevant results which include the full string are not at the top of the search...
The description of a `mutates` function specifies that it can change the argument given in the `self` parameter. For example, given the declaration, ``` let A: Int = 0; ```...
Description in https://docs.tact-lang.org/cookbook/jettons is missing. It should contain recipes on how to work with existing jettons in Tact. (Note this is **not** about implementing jettons in Tact)