简体   繁体   中英

How to send erc20 token from my metamask wallet to other address without private key?

I'm going to send erc20 token to other metamask wallet address in node.js. Now I can send erc20 token using my wallet private key. But I want to send it without private key. How can I do for it? Please Help me!

To send a transaction, you need an account. To sign a transaction from this account, you need a private key. Therefore, you will need some kind of account with a private key.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM