Hello

I want to deposite trc20 in one account to another account with api ...

how can I do that ?

May 23, 2021, 11:32 AM
@HadiBigdely
May 23, 2021, 11:32 AM
Read some docs it's easy
May 23, 2021, 11:35 AM
Could you please give me a link to showing docs ?
May 23, 2021, 11:36 AM
you should transfer trc20 token
documentation is here:
https://developers.tron.network/reference#walleteasytransfer
May 23, 2021, 11:36 AM
No threats detected at https://developers.tron.network/reference#walleteasytransfer‎.
May 23, 2021, 11:36 AM
How you want to transfer
Through bots?
May 23, 2021, 11:37 AM
no , with web api
May 23, 2021, 11:37 AM
Then check the above link
May 23, 2021, 11:39 AM
thanks guys ,
I will check it right now and I will be back .
May 23, 2021, 11:39 AM
you can transfer with tronweb:
var TokenContract = await window.tronWeb.contract().at(contractAddress);
await TokenContract.transfer(account, amount).send();
May 23, 2021, 11:42 AM
👌🙏
this is an example ...
is it true ?


var TokenContract = await window.tronWeb.contract().at("easytransfer");
await TokenContract.transfer("TD1jYfCUjG3Xhsi9cfUBXccBVFq9MpFScA", 10).send();
How do I specify from which account to transfer to another account?
@HadiBigdely
May 23, 2021, 11:54 AM

© 2024 Draquery.com All rights reserved.