https://github.com/ton-community/tlb-editor
TLB Editor
https://github.com/ton-community/tlb-editor
tlb tlb-editor ton
Last synced: 3 months ago
JSON representation
TLB Editor
- Host: GitHub
- URL: https://github.com/ton-community/tlb-editor
- Owner: ton-community
- License: mit
- Created: 2024-02-02T12:23:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T09:04:35.000Z (3 months ago)
- Last Synced: 2025-06-25T10:20:49.420Z (3 months ago)
- Topics: tlb, tlb-editor, ton
- Language: TypeScript
- Homepage: https://ton-community.github.io/tlb-editor/
- Size: 7.06 MB
- Stars: 3
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# TLB Editor
This is a web editor for working with TON TL-B schema. It allows you to generate Typescript code from TL-B schema using [tlb-codegen](https://github.com/ton-community/tlb-codegen).
Besides generating code, you can also convert your data in serialized format to JSON and vice versa according to the schema. The project is deployed on Github Pages [tlb-editor](https://polyprogrammist.github.io/tlb-editor/). More information about the editor, as well as examples, you can find in it's [about](https://polyprogrammist.github.io/tlb-editor/#/about) page.## Installation and Running
The project uses npm, typescript and React. To install:
```
git clone git@github.com:PolyProgrammist/tlb-editor.git
cd tlb-editor
npm install
npm run build
```
To run in a dev environment:
```
npm run dev
```## License
This package is released under the [MIT License](LICENSE).