-
I don't know which of the transaction information is the token information
how to distinguish between tokens and main coins?
And how to get the transfer amount of the token, which token, to, from a…
-
https://github.com/toncenter/tonweb/blob/76dfd0701714c0a316aee503c2962840acaf74ef/src/contract/README.md?plain=1#L74
-
Using toncenter.com/api/, is it possible to see the balance of Ton USDt in a wallet?
-
![image](https://github.com/user-attachments/assets/464d1927-7e85-4c27-bcc4-430cad282877)
When a transaction is obtained from the chain and deserialized using message.deserialize(), an error result…
-
Hi is it possible to extract amount and contract address of the transfered jetton from transactions toncenter v3 API using TonSdk
?
-
-
-
question:
The following error was encountered and keeps looping.
I tried a postgresSQL query and didn't actually insert any data.
![image](https://github.com/user-attachments/assets/f6ad6939-db…
-
The isTestOnly and isUrlSafe parameters are not editing the address in any way.
Should change the prefix from to 0Q...
Return kQ...
Initial code :
````
async createWallet() {
const key…
-
const provider = new TonWeb.HttpProvider('https://testnet.toncenter.com/api/v2/jsonRPC');
const tonweb = new TonWeb(provider);
const contractAddress = 'EQBdCukjgAO91eFigxNPGRDhW-GqX6PEvzKIR2ou…