web3-react
web3-react copied to clipboard
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
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).
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...
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...
Docs
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... 
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