I want to create Tether on the wallet in the form of TRC20 and BEP20.
I didn't find any dependencies for this in Flutter and I didn't find a suitable solution either.
I want to be able to import my wallet from other wallets.
Also, I want to transfer my usdts.
I read in some issues that we need to have a contract. How should we find or create the required contract?
while you are having issue regarding the TRC20 token I can guide you in this regard.
To create the TRC20 Wallet you can use the following package
https://pub.dev/packages/wallet
Code to wallet creation is
Now for transactions, unlike ERC20 you can not use web3Dart package instead you have to use tron web for this purpose you have to go through
https://developers.tron.network/docs/tronweb-1
https://pub.dev/packages/tron