-
Notifications
You must be signed in to change notification settings - Fork 13
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
Investigate WalletConnect support #353
Comments
|
Implementation suggestionAs far as I understood, the implementation would be very similar to that of
const provider = new WalletConnectProvider({
rpc: {
CHAIN_ID: RPC_URL
...
},
}); Then, we can pass Concern/question
|
Can you please link to the source of this conclusion? Do they announce it somewhere? I can see that the latest version was released 3 months ago, but there are plenty of activity inside their monorepo.
This look fine, although there could've been a better api (on their side) without directly providing them with the list of urls, since this logic is complicated on our side.
|
Documentation for the Web3 Provider is only available on the
Also, there's no Web3 Provider repo in any of WalletConnect's projects on GitHub.
Through
I would initially say yes. In
Their provider can listen to
Again, I would initially say yes, as they don't mention otherwise in their documentation. However, this will also need trying out and testing. |
We already have |
Goal
Outline on how to implement WalletConnect support
Context
Current we support metamask only. Although this is the wallet with highest adoption so far, chances are that users would like to interact with our UI using a different wallet.
In the early days we arleady decided that WalletConnect would be a good way to go since this service constitutes a wallet aggregator on its own. So implementing support for WalletConnect would allow us to support a range of other wallets as well.
Tasks
Assets
WalletConnect docs:
https://docs.walletconnect.com/
The text was updated successfully, but these errors were encountered: