web3modal
web3modal copied to clipboard
I have a questions metamask not showing .
1.I want to display metamask in browsers that do not support metamask wallet, users can click to open the app directly, or go to download, I want to know if web3modal can do it? 2. In Google Chrome, I use the connect method, web3modal directly links to metamask, and there is no pop-up interface for selecting wallets, including the option of metamask
Hello,
- You could use WalletConnect and scan the QR code shown in any compatible wallet https://walletconnect.com/registry?type=wallet, that solution doesn't directly require the Metamask extension to be installed in your browser.
- Have you added one or more providers to Web3Modal constructor? You can see the variable
providerOptionshere https://github.com/Web3Modal/web3modal#usage and each provider can be configured following this section https://github.com/Web3Modal/web3modal#provider-options.
Hello,
1. You could use WalletConnect and scan the QR code shown in any compatible wallet https://walletconnect.com/registry?type=wallet, that solution doesn't directly require the Metamask extension to be installed in your browser. 2. Have you added one or more providers to Web3Modal constructor? You can see the variable `providerOptions` here https://github.com/Web3Modal/web3modal#usage and each provider can be configured following this section https://github.com/Web3Modal/web3modal#provider-options.
Thanks for assisting the community @MrLucio 🙌