tact-docs icon indicating copy to clipboard operation
tact-docs copied to clipboard

Tact main documentation

Results 118 tact-docs issues
Sort by recently updated
recently updated
newest added

The behavior of `mutates` functions needs to be clarified, specially of those `mutates` that return a value and those that can be chained. The Tact Book states that "mutable functions...

tact-docs: Book

In similar fashion to `book/bounced` and `book/masterchain`

tact-docs: Book

This is a follow-up issue after #321. Snippets requirements: - Snippets showing recipes MUST (in the sense of RFC 2119) compile, for instance the snippet in "Sending jetton transfer" is...

help wanted
tact-docs: Cookbook

Introduced in https://github.com/tact-lang/tact/pull/769. We should mention explicitly that `asm`-functions can only be module-level (standalone) functions, meaning `asm`-functions cannot be defined in contracts or traits.

tact update
tact-docs: Book

Closes #149 P.S.: Why you do the issue reference in a separate message? :)

We should provide an example of how to emulated binary maps of pseudo-type `map` using hashes and a map of type `map`

tact-docs: Cookbook

## History of the problem I was trying to create a small catalog in a map using a hash of an item as a key and value as a price....