Gm TON devvers!
Is anyone developing secure storage for data (within a user’s TON wallet) or otherwise.
I have a use case where I want a TG bot to access data which is encrypted and only available to that specific user. Anyone working on something like this?
Dec 21, 2022, 5:56 PM
Also separate question, is there a TON MPC solution yet where you can sign from TG?
Dec 21, 2022, 6:01 PM
Encrypt data with some kind of user providen key -> encrypt & serialize this data into a boc -> push data with a transaction
If the size of the boc exceed 64kb you need to truncate the message and send it in different transactions
If the size of the boc exceed 64kb you need to truncate the message and send it in different transactions
If you want to explict store something in the Blockchain. This is a bad idea btw, better to use the solution proposed by TF which involves a contract that only acts as a frontend for storing data, to manage payments etc. Everything else.is.done offchain
Dec 21, 2022, 6:06 PM
Hmm contract proposed by TF as a frontend makes sense.. what’s TF tho 😅
Dec 21, 2022, 6:07 PM
TF - Ton Foundation
Dec 21, 2022, 6:07 PM
Ton foundation
Dec 21, 2022, 6:07 PM
Very excited to dig into this!
Hey, just wondering for Ton Storage is it being deprecated or migrated?
Dec 21, 2022, 8:05 PM
Thats not ton storage for sure. Do not connect your wallet to unknown site
Dec 21, 2022, 8:13 PM