Actually client does not want to give me 24 words and they want automatic transfer... is there any way to do this?
Sep 5, 2023, 8:22 AM
U can use deep link for tonkeeper
Sep 5, 2023, 8:27 AM
How i can get that and can i use that in ton web
What is deeplink and how can i get that any tutorial? And how can i use that with tonweb sdk
anyone help me please, how can i get this base64 ?
const seed = TonWeb.utils.base64ToBytes('vt58J2v6FaSuXFGcyGtqT5elpVxcZ+I1zgu/GUfA5uY=');
const seed = TonWeb.utils.base64ToBytes('vt58J2v6FaSuXFGcyGtqT5elpVxcZ+I1zgu/GUfA5uY=');
@pcrafter
Sep 5, 2023, 9:11 AM
Convert existing seed to base64)
Sep 5, 2023, 9:48 AM
How can i get seeds? 😅 i am thinking to get seeds from base64 😅
Is there any way to get base64 from connected wallet?
Sep 5, 2023, 10:22 AM
No, connection does not share private key. (Except fake airdrops with fake connection methods.)
And yes, the seed = private key.
Sep 5, 2023, 10:39 AM