farukterzioglu / HDWallet

A generic HD wallet for Elliptic Curve (Secp256k1) and Edwards-curve (Ed25519) based crypto currencies like Bitcoin, Ethereum, Cosmos, Tezos, Tron, Cardano, Polkadot, Avalanche, FileCoin and more.
MIT License
79 stars 36 forks source link

send and receive USDT in Tron network #64

Open AblEdge opened 2 years ago

AblEdge commented 2 years ago

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?

farukterzioglu commented 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.

chrisjmccrum commented 2 years ago

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?

farukterzioglu commented 2 years ago

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.