Skip to content

Commit

Permalink
Add tonpy to TLB parsers and codegen (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Aug 30, 2024
1 parent 2bada8c commit 5ccce61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/develop/data-formats/tlb-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ implements TL-B types as an object, and returns serialized binary data.
| Go | [tonutils](https://github.com/xssnick/tonutils-go/tree/master/tlb) | https://t.me/tonutils |
| Go | [tongo](https://github.com/tonkeeper/tongo/tree/master/tlb) (+ parsing `.tlb` files) | https://t.me/tongo_lib |
| TypeScript | [tlb-parser](https://github.com/ton-community/tlb-parser) | - |
| Python | [ton-kotlin](https://github.com/disintar/tonpy) (+ parsing `.tlb` files) | https://t.me/dtontech |

## TL-B Generator

[tlb-codegen](https://github.com/ton-community/tlb-codegen) package allows you to generate Typescript code for serializing and deserializing structures according to the TLB scheme provided.
[tlb-codegen](https://github.com/ton-community/tlb-codegen) package allows you to generate Typescript code for serializing and deserializing structures according to the TLB scheme provided.

[tonpy](https://github.com/disintar/tonpy) package allows you to generate Python code for serializing and deserializing structures according to the TLB scheme provided.

0 comments on commit 5ccce61

Please sign in to comment.