Skip to main content

TL-B tools

TL-B parsers

TL-B parsers serialize basic TL-B types. Each parser implements TL-B types as objects and returns the corresponding serialized binary data.

LanguageSDKSocial
Kotlinton-kotlin (includes support for parsing .tlb files)https://t.me/tonkotlin
Gotonutilshttps://t.me/tonutils
Gotongo (includes support for parsing .tlb files)https://t.me/tongo_lib
TypeScripttlb-parser-
Pythonton-kotlin (includes support for parsing .tlb files)https://t.me/dtontech

TL-B generator

The tlb-codegen package generates TypeScript code for serializing and deserializing structures based on a provided TL-B scheme.

The tonpy package also supports code generation in Python for serializing and deserializing structures according to a given TL-B scheme.