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
trafficstars

As shown here https://github.com/tact-lang/tact/issues/163, we can make something like [bit arrays](https://en.wikipedia.org/wiki/Bit_array), but allow people to store numbers as byte offsets into the Int type and add subsequent helper wrappers to...

tact-docs: Cookbook

WIP: Working out potential structure. Thing is, there are 2^4 combinations for so-called optional flags and 3 base modes (including none), which makes the whole page a bit unwieldy (48...

WIP Closes #240 (Already) Closes #290 (WIP

A quick fix would be to create mutual links for `book/functions#native-functions` and `book/import#import-func-code` But a better thing to do would be to create a dedicated section in the docs "Interop...

tact-docs: Book

Consider the following part of a larger snippet: ```tact let m: map = self.map; ``` Do we get a new reference to `self.map` or there is some copying going under...

tact-docs: Book

Description in https://docs.tact-lang.org/cookbook/nfts is missing. It should contain recipes on how to work with NFT contracts in Tact. (Note this is not about implementing NFTs in Tact)

help wanted
tact-docs: Cookbook

WIP: Need to move/refine examples of assignments and function calls from the playground contracts Closes #251 Towards #105 (in some sense)

Well, the `wrappers/` folder is still there, but now it suits a different purpose, see [directory structure on Blueprint's README](https://github.com/ton-org/blueprint#directory-structure). What matters is the following pages need to be updated...

tact-docs: Book

tact-docs: Book
tact-docs: Ecosystem