RootSoft / walletconnect-dart-sdk

Open protocol for connecting dApps to mobile wallets with QR code scanning or deep linking.
MIT License
102 stars 61 forks source link

Change the deeplink? #63

Closed LongTien15 closed 2 years ago

LongTien15 commented 2 years ago

I want to somehow change the deeplink generated by wc to connect to metamask app only? Any suggestions?

RootSoft commented 2 years ago

What's the use case of changing the deeplink generated by wc? You can use createSession which gives you the uri. You can then alter the uri and use url_launcher to launch your own deeplink.