web3-react
web3-react copied to clipboard
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
Hello, I was wondering if support for this is possible? This is especially helpful for mobile users automatically adding (or switching) networks to their wallet app if possible. AFAIK, MetaMask...
Every time I make a build for development, the main file was increased up to 700kb (gzip compression). And the site was very slow to load the page because of...
Webpack code splits based on dynamic imports, but this is not available when using CommonJS. As far as I can tell, [this is not available until ES2020](https://www.typescriptlang.org/tsconfig#moduleResolution:~:text=ES2020%20adds%20support%20for%20dynamic%20imports%2C%20and%20import.meta.). - [ ]...
Hi, There is an issue when there are two wallets that connected to the site, when you try to contract with the ABI functions. Usecase When the metamask and coinbase...
In V6, if we wanted to use Web3js, one could simply use `new Web3(provider)` instead of `Web3Provider(provider)` inside the `getLibrary(provider: any)` function to use our convenience library of choice. In...
Hi, thanks for this amazing project. I'm looking for signing a digest ``` const digest = utils.solidityKeccak256( ["bytes"], [utils.hexConcat(["0x1901", domainSeparator, hash])] ); ``` Using just plain Ethers works fine, but...
on Memtamask mobile Metamask on mobile does not throw error.code = 4902 for some reason when switch to a non-added chain. The error.code is -32603 instead. You can remove if...
Is there any plan to support the new Avalanche Core wallet in the new version (v8)? Many thanks of course for the incredible work.
Currently API keys are visible in [example-next](https://github.com/NoahZinsmeister/web3-react/blob/main/packages/example-next/.env) I have a PR ready to update the git ignore to `*.env`
Loading the [example](https://web3-react-mu.vercel.app/) in the metamask app browser results in the MetaMask card displaying "Connecting" and a disabled connect button and chain select. Example is using: `"@web3-react/metamask": "8.0.16-beta.0",` Trying to...