Open AblEdge opened 2 years ago
Hi, sending TRX is pretty easy like you figured out, but sending TRC20 needs lots of different kind code regarding do EVM. Unfortunately I don't have open sourced sample code for sending TRC20.
I've been searching high and low for a decent boilerplate wallet in C#. This project looks promising so thank you for all your work! Unfortunately, the project I need this for is primarily using USDT TRC20. Is there a bounty or something I can pay into to prioritize that type of development?
Hi @chrisjmccrum This project is only for creating hd wallet for multiple currencies and for signing transactions (messages). TRC20 is totally different thing. It is out of scope of this repository.
I may help you, just drop an e-mail to me tell what exactly you need.
Hi there. According to Tron guide documented here: https://github.com/farukterzioglu/HDWallet/blob/master/src/HDWallet.Tron/README.md I create, sign and broadcast transaction but only sends TRX. Could you please help me how can I send/receive USDT?