web3-react icon indicating copy to clipboard operation
web3-react copied to clipboard

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

Results 215 web3-react issues
Sort by recently updated
recently updated
newest added

I am using the web3-react(beta) for coinbase connection in my react app. It requires me to remove the browser's cache and start the development server with the **--reset-cache** flag in...

Error: `Error in /turbo_modules/@web3-react/[email protected]/dist/index.js (8:35) Unexpected token 'export'` Minimal example demo [here](https://stackblitz.com/edit/react-ts-z8ij7q).

wontfix

I am trying to connect to the coinbase extension via the wallet link connector's instance, **new WalletLinkConnector**, but I cannot even get the extension's popup open. I am following the...

v6

When installed with "@web3-react/core": "^6.1.9", "@web3-react/injected-connector": "^6.0.7", "@web3-react/portis-connector": "^6.2.11", "@web3-react/walletconnect-connector": "^6.2.13" using NextJS I get an error saying that 'node_modules/ethereum-cryptography/node_modules/keccak/js.js' file is missing. It is fixed once adding 'ethereum-cryptography' manually...

v6

Initial draft PR for docs based on nextra

I often come across libraries or codebases that basically reimplement useContract, getContract, etc. originally seen in the Uniswap interface codebase. I've been pondering if it makes sense to officially add...

dependencies: "@web3-react/walletconnect-connector": "^6.2.8", I cannot activate WalletConnect again after click close button below... ![Screenshot 2022-01-21 at 6 39 13 PM](https://user-images.githubusercontent.com/86586482/150513063-7846bb8a-86a9-43e6-ab55-9de6ea3a76e0.png)

bug
wontfix
v6

Maybe im missing something obvious, but i cant get walletconnect nor walletlink modals to work. metamask/frame work flawlessly. walletconnect was already a fight because of the polyfills, but after getting...

Hi there, I'm trying to use @web3-react v8 on my application to provide a set of RPC endpoints as backup in case something happens to one of them. I'm following...

there are a few issues with this connector atm: - type errors for `provider` in the class property - it's undecided on how to handle provider and session

new-connector