TL-B
TL-B tooling
TL-B pages will be moved down in the sidebar in mid-April 2026. Here is the preview of a possible future placement within the "Blockchain foundations" section:


TL-B parsers
TL-B libraries provide serializers and parsers for basic TL-B types and can serialize to and deserialize from the corresponding binary format.
| Language | SDK | Social |
|---|---|---|
| Kotlin | ton-kotlin | tonkotlin |
| Go | tonutils | tonutils |
| Go | tongo | tongo_lib |
| TypeScript | tlb-parser | - |
| Python | tonpy | dtontech |
TL-B generators
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.
TL-B online editors
The convenient TL-B online editor allows you to write TL-B schemes and immediately see the results of parsing and serialization.
Last updated on