WalletConnect / WalletConnectModalFlutter

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

2 repositories #3

Closed yjgaia closed 1 year ago

yjgaia commented 1 year ago

What is the difference with the repository below? https://github.com/WalletConnect/Web3ModalFlutter

Luzzotica commented 1 year ago

WalletConnectModal is a simple library that wraps WalletConnectV2 and makes it easy to connect to wallets.

WalletConnectModal is completely chain agnostic.

Web3Modal is (to my knowledge) reliant on EVM, and has a built in account page that will query the chain you are connected to, get the balance of their account, and offer other helper methods to make things easier when working with EVM based chains.