TL-B Tools
TL-B Parsers
TL-B parsers help carry out the serialization of basic TL-B types. Each of which implements TL-B types as an object, and returns serialized binary data.
Language | SDK | Social |
---|---|---|
Kotlin | ton-kotlin (+ parsing .tlb files) | https://t.me/tonkotlin |
Go | tonutils | https://t.me/tonutils |
Go | tongo (+ parsing .tlb files) | https://t.me/tongo_lib |
TypeScript | tlb-parser | - |
Python | ton-kotlin (+ parsing .tlb files) | https://t.me/dtontech |
TL-B Generator
tlb-codegen package allows you to generate Typescript code for serializing and deserializing structures according to the TLB scheme provided.
tonpy package allows you to generate Python code for serializing and deserializing structures according to the TLB scheme provided.