WalletConnect / WalletConnectModalFlutter

The WalletConnectModal for WalletConnect built using Flutter.
https://pub.dev/packages/walletconnect_modal_flutter
Apache License 2.0
19 stars 18 forks source link

Possibility of supporting web (browser wallets) #6

Open wms2537 opened 1 year ago

wms2537 commented 1 year ago

It seems that browser wallets such as the metamask chrome extension can't be accessed through deep-linking. Based on my research it seems that we need to access the ethereum js object to open the extension, so we might need some js interops to support browser wallet extensions.

Is there any plans currently to support this?

Luzzotica commented 12 months ago

At the moment, I am not working on it.

My focus is on building out the mobile implementation of the modal first, and then adding web support at a later date.

If it's urgent for you, you could help me build it! I've designed the modal to eventually support using the wagmi interface which will interact with ethereum and allow connecting to browser based wallet with ease.