web3modal-vanilla-js-example
web3modal-vanilla-js-example copied to clipboard
An example application how to use Web3modal from vanilla JavaScript
When I duplicate the example into a fresh vue/nuxt app, nothing happen (popup doesn't show) I cannot connect to my walllet within Metamask browser or Trust wallet. The demo works...
Hi, We are using this JavaScript library to Connect with Metmask to get public address. this is working as charm on desktop However this is not listening events on mobile...
**WalletConnect not displaying wallet address and balance after successful Connection** it worked yesterday (2/11/2021) but not today (2/10/2021) someone help!
@pedrouid Have tried: > const ethProvider = window.frame; and > frame: { > package: ethProvider // required > }, at example.js, and in index.html: > I think it may need...
I'm using the official live demo here https://web3modal.github.io/web3modal-vanilla-js-example/ Metamask connected. If the chain is changed to http://127.0.0.1:8545 (Ganache), I got the following error: ``` Uncaught (in promise) Error: No chain...
There is a bug in the vanilla JS example using fortmatic (example.js line 158) provider.on("accountsChanged", (accounts) => { the fortmatic key I'm using is valid, I've tested also with latest...