In the decentralized telegram application associated with the TON blockchain, there is a table with id, address, amount, status, comment fields. I need to get records by filters and sorting, change the data in the table, add new records.
Where to store this data, in a blockchain or in a third-party database at the application level outside the blockchain?
And if you can store it in the blockchain, how to sort, change data and filter, maybe there is a link to a resource with information?
I tried searching Google and the TON Blockchain documentation, but I probably need hands-on experience as a developer
James Dee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.