Easiest way to send transaction
from Gajesh Naik

what's the easiest way to sendTransaction with TonConnect 2.0?

for example,

message: "contribute"
value: "0.1 TON"
address: "Something"

šŸ”— Answer on TON Overflow

Mar 7, 2023, 2:50 PM
How to convert friendly address to address?
from Gajesh Naik

How Can I convert friendly address like "EQAl8KJAV7QeFwTnyjrABJc1QE-L3UMe4SEsmsdsdxMhIm-Z" to "E:asdfasjdf;kajsfdsad"

šŸ”— Answer on TON Overflow
Can't send transaction
from Gajesh Naik

I'm getting the following error:

"The action was canceled because there were no expected changes in the blockchain."

For this code:


const contribute = async () => {

const tx = tonConnectUI.sendTransaction(
{
validUntil: Date.now() + 10000000000000,
messages: {
address: "0:a07951bde91d326bf52118c49d8387e68e55f3961cbf24d90ac4758095f981da",
amount: amount,
// payload: "contribute"
}
}
)
}


šŸ”— Answer on TON Overflow
Mar 7, 2023, 3:24 PM
Hello everyone! Based on the objective request from one of the developers in this chat, the idea came up to stop forwarding questions from "FROM TELEGRAM CHAT". Now there will be less flooding and only questions from real people with answers.ton.org will be forwarded.

@AnswersTonBot is at your service!

You can always contact me for feedback on the bot's work.
Mar 8, 2023, 10:57 AM

Ā© 2024 Draquery.com All rights reserved.