Is it possible to transfer tokens from my smart contract creator wallet address to another wallet address? #2526
Unanswered
ricardoo-cavalheiro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, I minted some tokens and deployed it to my local blockchain. What I'm trying to do is to transfer some of these tokens from the wallet that holds these token sto an end user wallet. Actually, my code triggers MetaMask but the sender wallet address is the same as the recipient wallet address. It is like the end user would send some tokens to itself.
My guess is that I need to specify some address when getting the provider/signer or something.
Beta Was this translation helpful? Give feedback.
All reactions