neelansh15 / vue-connect-wallet

✨ Connect a web3 wallet instantly using the complete MetaMask Utils + UI Button
Apache License 2.0
100 stars 19 forks source link

walletconnect feature request #5

Open reslear opened 1 year ago

reslear commented 1 year ago

like web3modal or RainbowKit

neelansh15 commented 1 year ago

Got it. This has to come at some point. In conjunction to the utils (say useWalletConnect) it might be a necessary step to include a general useWallet that pops up a UI like web3Modal to select between MetaMask and WalletConnect, or automatically WalletConnect if no window.ethereum is detected.

This package was designed with simplicity and swiftness in mind, I will explore the possible options of integrating WalletConnect while maintaining that goal.

Thanks for raising the request!

kolirt commented 10 months ago

like web3modal or RainbowKit

you can use this package https://github.com/kolirt/vue-web3-auth based on web3modal v2