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 213 web3-react issues
Sort by recently updated
recently updated
newest added

Is there any support for electronjs

**This is the project im using** https://codesandbox.io/s/mqlydu?file=/src/App.js **Package.json** ``` "@chakra-ui/css-reset": "^2.0.8", "@chakra-ui/icons": "^2.0.11", "@chakra-ui/react": "^2.3.6", "@coinbase/wallet-sdk": "^3.5.3", "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@web3-react/core": "6.1.9", "@web3-react/injected-connector": "6.0.7", "@web3-react/walletconnect-connector": "6.2.13", "@web3-react/walletlink-connector": "6.2.13", "chakra-ui-core":...

We are using a [web3-react v6](https://www.npmjs.com/package/web3-react) for integrating different wallets into our platform. We are facing an issue with the Coinbase wallet, - when I choose Coinbase wallet it is...

I have the chainIds correctly configured. The error occurs when connecting to WalletConnectV2, the modal does not open (if it is working with Metamaks). The striking thing is that the...

Hi, Uniswap team! This PR adds the XDEFI wallet to the list of supported wallets, to help our users connect to web3-react dApps. Please let us know if anything needs...

It sure looks that way. Are there any forks that are maintained?

It might be possible to address this with `tags` as well. In your example, a consumer would have to know the mainnet token first before they could get at the...

Does this library support sending transaction to Ehtereum network via metamask? I can see it support connects to metamask but can't find how to send transaction.