web3-react
web3-react copied to clipboard
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
# What? This PR implements a connector for Tally Ho!. The connector supports eager connect (both from useEffects and through constructor parameter) and lazy connect. # How? Creates a package...
# 🐛 Problem * All configured settings for Metamask as the same, and it works properly * The WalletConnect configuration suggested is not working * https://www.coinbase.com/cloud/discover/dev-foundations/use-web3-react-to-connect-wallet It looks like the...
In v6 web3 used to be part of the hook `useWeb3React` as `Library` Then something like: `{library} = useWeb3React` Allowed us to (for example) sign a message: `library.eth.personal.sign(...)` Now when...
I am currently on node 18.4.0 but this prevents yarn from executing as the `package.json `specifics node engine version 14 or 16. Will it be compatible with v18 if I...
I was really struggling to understand this library, and found [this article](https://hackmd.io/Ykpp1MWLTjixIZG2ZJEShA#Web3React-API-Reference) to be an incredible explanation, so if you guys think its applicable to link in the README, feel...
``` ``` This case works as expected. However when trying to use `useWeb3React` in a child of `ComponentA`, the context is undefined. NOTE: In `ComponentA`, the hook works perfectly but...
hello! I have metamask connector: `export const [metaMask, hooks] = initializeConnector((actions) => ( new MetaMask({ actions })));` and I use in in my component like this: ` const provider =...
Please add Binance wallet support to web3-react as a plugin. @NoahZinsmeister OR If there is any other existing solution to integrate with Binance wallet in web3-react? Please leave comment below
Hi @NoahZinsmeister Thanks for providing such an excellent library, so that our DApp can quickly connect different wallets. We are a hardware wallet team, at the same time we are...