Get ton wallet address from telegram user id
I'm creating a telegram bot, are there any ways to get the TON wallet address by telegram user_id? Is it really possible to fetch it?
I'm creating a telegram bot, are there any ways to get the TON wallet address by telegram user_id? Is it really possible to fetch it?
I make a request as in the manual and everything goes fine const walletContract = client.open(wallet); const seqno = await walletContract.getSeqno(); console.log(seqno); await walletContract.sendTransfer({ secretKey: key.secretKey, seqno: seqno, messages: [ internal({ to: "EQA4V9tF4lY2S_J-sEQR7aUj9IwW-Ou2vJQlCn--2DLOLR5e", value: "0.09", // 0.05 TON body: "Hello",…
I have problem to create Ton wallet with tonweb library. I tried to generate private key first and get publickey from private key , then get address wallet from public key. But the Address wallet is not depended on Private…
I am developing a new application with Next.js 14, TypeScript and Telegram Open Network. I am facing issues while trying to use the TONConnectUIProvider on the root of my app. When I run my code I receive the following error:…