How can I transfer TON in PHP? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8808
7 days ago
So, is there no way to speed up the rate of confirmations? Are you saying that the exchanges are simply asking for too high a number? Also, is there any way ...
9 days ago
What are compute_gas_fees and other_fee? They consume much more coins than gas fee. Is there a way to lower them? --- > Question imported from Telegram Chat:...
15 days ago
I'm trying to create a human-readable transaction graph, but haven't succeed yet. Maybe someone has seen successful examples on other blockchains? --- > This...
20 days ago
Hi I am trying to get all transactions for a given address and am working my way backwards in time. I'm making the following request (using last tx_hash and ...
20 days ago
If I want to take a block of transactions from TON blockchain and sort all of them in the order of execution, how should I do it? --- > This question was imp...
25 days ago
I have a wallet that has a jetton in it but no TON coins, so I can't send the jetton from it. I want to send a bit of TON to the wallet and after that send t...
25 days ago
I need to check in which block a specific transaction located, but I don't know if there exists an endpoint on the http-api to do this. --- > This question w...
28 days ago
Hello! I have a question regarding crafting a transaction using Tonweb. I attached the SENDER seqno using wallet.methods.seqno().call(), and then sent the tr...
one month ago
Is there a way to check how many transactions per second are there currently on the TON blockchain? The tonmon.xyz website is supposed to show this, but for ...
one month ago
I make transfer request via js-sdk : (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; This co...
one month ago
Some projects like exchanges ask users to include memo (a comment) in the TON coin transaction. What is the purpose, isn't the address enough for identificat...
one month ago