WalletConnect / Web3ModalFlutter

The Web3Modal for WalletConnect built using Flutter.
https://pub.dev/packages/web3modal_flutter
Apache License 2.0
44 stars 44 forks source link

open connected wallet when transaction request or write contract request #170

Closed nimashahahmadian closed 2 months ago

nimashahahmadian commented 2 months ago

I am using W3MService.requestWriteContract to do a token transaction. Is it possible to open the wallet which I have connected previously using web3modal.

what happens now is a request is sent through w3Service but user should open the wallet and accept the incoming transaction request when accepted or rejected wallet would pop.

I'm simply asking if it is possible to open the same wallet as before when using the connect option and afterwards redirect to the given app as I did in connection phase.

thanks a bunch.

quetool commented 2 months ago

Hey @nimashahahmadian, here's the docs

https://docs.walletconnect.com/appkit/flutter/core/actions#launch-the-current-wallet

nimashahahmadian commented 2 months ago

Hey @quetool appreciate it, Thanks.