-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WalletConnect integration - any idea guys? #292
Comments
With the Example:
|
would be nice to be able to do something like this (see example). That way, we wouldn't lose the good error handling Also, it should handle auto-reconnecting on page refresh, right? In other words, remember the last activation import { useEthers } from '@usedapp/core'
import { WalletConnectConnector } from '@web3-react/walletconnect-connector'
const walletconnect = new WalletConnectConnector({
rpc: { ...yourconfig },
qrcode: true
})
const WalletConnectorSelection = () => {
const { activateWallet } = useEthers()
const handleSelection = () => {
activateWallet(walletconnect)
}
} |
That would be dope. Could some create some technical notes and estimates on how long something like this could take. This could be help me or others to see if there is enough time to contribute. I think the biggest challenge is just setting up the local testing/development environment. @tt-marek @niconiahi |
https://usedapp-docs.netlify.app/docs/Guides/Connecting/Wallet%20Connect |
Hello,
I'm struggling with WalletConnect integration in my useDApp based app. Any of you tried it?
The thing is to change provider -> https://docs.walletconnect.org/quick-start/dapps/web3-provider
Do you think it's possible with useDApp?
The text was updated successfully, but these errors were encountered: