ton-docs
ton-docs copied to clipboard
Make a new article about (de)serialization of strings for TON with examples.
Goal
Create a new article about (de)serialization of strings for TON in different languages in the form of examples.
Proposal for updates
- New article should be placed in Develop/Develop Smart Contracts/Best Practices section with link https://ton.org/docs/develop/smart-contracts/string-serialization.
- First of all, the article should be a list of examples, a detailed description of the actions isn't required. It's important that the sample code be understandable to most developers.
- Priority for languages: JS is necessary, others optional.
Links
https://ton.org/docs/develop/smart-contracts/guidelines
Requirements
The article must fit [Contribution Guidelines](https://www.tonspace.co/contribute/guidelines#style-guide) to be accepted.
Additional details
# | Label | Description |
---|---|---|
☝ | Necessary and self-sufficient. | Make example and article for JS from Languages list |
✌ | One PL's good, two PLs are better. | Add examples for one more language from Languages list |
✨ | Three of the brightest. | Add examples for two other languages from Languages list |
📜 | Four languages of sages. | Add examples for three other languages from Languages list |
💫 | Five languages of infinity. | Add examples for all five languages from Languages list |
Languages list:
- https://github.com/ton-community/ton - JS
- FunC (with or without Fift)
- https://github.com/andreypfau/ton-kotlin - Kotlin
- https://github.com/psylopunk/pytonlib - Python
- https://github.com/xssnick/tonutils-go - GO