Is there an feature to generate an usdt erc20 address with nodejs(from wasm) #2795
flyingfishzxf
started this conversation in
Ideas & Feature request
Replies: 1 comment 1 reply
-
What do you mean by 'erc20 token address'? In Ethereum ERC20 tokens are stored on the same address as native ETH. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, wallet-core team.
I recently used the nodejs version of this great project to manage the wallet. And the getAddressByCoin function worked well to get coin's address, but when I were going to generate an usdt erc20 token address, I could not find any detail about how to acheive my target.
I want to know how can I generate the usdt erc20 token or usdt trc20 token with nodejs/wasm of wallet-core? Or it doesn't support this feature now?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions