0

I'm currently working a dapp with flutter and use wallet_connect_dart to connect to metamask and make transaction. But i can only send ETH, i want to send other tokens as well, like DAI. How to manipulate that?

TylerH
  • 20,799
  • 66
  • 75
  • 101
Long
  • 49
  • 3

1 Answers1

1

Yes, there is a way to send tokens other then ETH, you just have to create a deeplink for that token on 'https://metamask.github.io/metamask-deeplinks/#', but first you have to prompt user to add that token in metamask account. keep in mind you cannot get transaction hash from this method.

Yunnosch
  • 26,130
  • 9
  • 42
  • 54
Saad Malik
  • 19
  • 3