I’m developing with the TON (Telegram Open Network) blockchain and facing challenges in parsing incoming messages. I aim to extract essential data such as sender information, the transaction amount, and the payload from these messages.
I’m open to using any programming language that is effective for this purpose, and I would appreciate guidance on the following points:
-
What programming languages and libraries are recommended for parsing incoming messages on the TON blockchain? If there are specific languages or tools that are particularly suited to this task, please advise.
-
How can I decode and interpret the data structure of these messages? TON uses the BOC (Bag of Cells) format for encoding messages, and I need advice on how to handle this format effectively.
-
Are there any sample code snippets, tutorials, or documentation available that demonstrate how to parse these messages? Practical examples or any educational resources would be extremely helpful to get started.
Any help or insights you can provide would be greatly appreciated as I navigate through TON blockchain development!
Thank you in advance!