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.
Language | SDK | Social |
---|---|---|
Kotlin | ton-kotlin (includes support for parsing .tlb files) | https://t.me/tonkotlin |
Go | tonutils | https://t.me/tonutils |
Go | tongo (includes support for parsing .tlb files) | https://t.me/tongo_lib |
TypeScript | tlb-parser | - |
Python | ton-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.