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!
Asked
Active
Viewed 456 times
1 Answers
0
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.

Mad Jackal
- 1,219
- 1
- 7
- 9
-
Thank you for your response. Privatekey is not required when transfort erc20 token via Metamask. I would like to implement it in a way that Metamask sends tokens. What should I do? – Aleksa Misovic Jan 07 '21 at 18:21