Hello, I am the product manager at chainide. Recently, we are interested in integrating with TON and providing customized functionality. I have a few technical questions:
Is TON Storage a public node? Can users directly upload content to that node without starting their own node?
Is there any developer documentation available for TON Domain? For example, can we use an SDK to swap addresses and domain names?
I noticed that venom uses the Ton-solidity language https://github.com/tonlabs/TON-Solidity-Compiler , but TON itself does not use Ton-Solidity. What is the relationship between them?
May 22, 2023, 7:16 AM
ton-solidity is a compiler created by another TVM-based blockchain team - Everscale. It compiles solidity code to Fift (TVM assembly basically)
TON Storage allows to run your own node, as well as use others' nodes to store your files, similar to torrents
TON DNS is just a standard, you can interact with dns contracts by sending correct messages to them
TON Storage allows to run your own node, as well as use others' nodes to store your files, similar to torrents
TON DNS is just a standard, you can interact with dns contracts by sending correct messages to them
May 22, 2023, 7:24 AM
Thank you for your response, But I still have two more questions.
1. Are these public TON Storage nodes where user can store data?
2. Is there any relevant SDK documentation available to support direct transfer to TON DOMAIN names?
1. Are these public TON Storage nodes where user can store data?
2. Is there any relevant SDK documentation available to support direct transfer to TON DOMAIN names?
May 22, 2023, 7:29 AM
1. afaik no, but people are starting to provide their storage on marketplaces such as https://market.tonbyte.com
2. to support transfer by ton dns, you can resolve domains using apis such as https://tonapi.io (https://tonapi.io/v2/dns/foundation/resolve for example) and take the address for transfer this way (Tonpay uses this for customer input in invoices, as an example)
2. to support transfer by ton dns, you can resolve domains using apis such as https://tonapi.io (https://tonapi.io/v2/dns/foundation/resolve for example) and take the address for transfer this way (Tonpay uses this for customer input in invoices, as an example)
May 22, 2023, 7:33 AM
Thank you so much for your response.
May 22, 2023, 7:36 AM