web3modal
web3modal copied to clipboard
A single Web3 provider solution for all Wallets
I am developing their minting website and will be using Web3Modal. It's not live just yet but this link will be updated to have a button that goes to the...
Metamask:// Whether Metamask can directly authorize the wallet address instead of going through WC ://
Kaikas is a browser extension that provides secure and usable means to interact with Klaytn network from web sites([Docs](https://docs.kaikas.io/)). Web3modal example integrating Kaikas is [here](https://yeonju-kim.github.io/web3modal/). For someone who wants to...
**Hello!** I need to update the npm package with the new github commits. Thanks!
Hi, I am using web3modal to connect with different wallets. On Mozilla I am able to connect with metamask but when I open my website on `Opera GX browser (version:...
I hope using web3modal with svelte and follow [Using with Vite](https://github.com/WalletConnect/web3modal#using-with-vite), and I got `Module "http" has been externalized for browser compatibility. Cannot access "http.globalAgent" in client code.` demo: https://stackblitz.com/edit/vitejs-vite-ogw6et?file=src/App.svelte
I'm getting this error after adding a provider.on() event. I cannot figure out what is causing it as I've completely disabled and uninstalled web3modal and ethers from my application and...
I had my `infuraId` stolen, and they exploited the key for all request capacity they could get. I was able to swap in a brand new `infuraId`, but they can...
I have my providerOptions sorted in the order I want, but the list comes out in a different order. How do I control the order of the wallets in the...
It doesn't throw any errors, but the color doesn't change. I can change the theme when creating a new instance: ```TS const configuredModal = new Web3Modal({ cacheProvider: true, theme: 'dark',...