Closed samajammin closed 3 years ago
Note from @auryn-macmillan:
we should integrate web3modal or onboardjs (ideally the Gnosis Safe wrapper for them, so that it is automatically a Gnosis Safe app)
Perhaps you could expand on what adding the Gnosis Safe wrapper would entail? Thanks 😄
clrfund only supports wallets that comply with standards. This is intentional
Which standards are acceptable to you, @xuhcc ?
I mean which EIP washer standards?
Are there others or just EIP-1193?
For instance, EIP-1328 for wallet connect.
This is intentional
What is the intention, @xuhcc?
It seems while it may be idiologically preferable, in practice it may just hurt the user experience for many users, and could ultimately result in less contributions.
I'm not aware of any other provider/wallet standards besides EIP-1193.
Actually Wallet Connect does seem to comply with EIP-1193, so its support probably can be added easily.
What is the intention
Non-standard wallets are bad for ecosystem.
If WalletConnect could be added that would be ideal as it makes mobile contributions possible! This is something we'll want to add for the eth2 clr – happy to chat through why this might not be possible.
If WalletConnect could be added that would be ideal as it makes mobile contributions possible!
I think so, the integration looks straightforward: https://docs.walletconnect.org/quick-start/dapps/web3-provider.
But mobile contributions should be possible already. Have you tried Metamask Mobile or Status?
Ah yes but that involves using a web3 browser right? WalletConnect would let users contribute via Brave, Chrome or Safari on mobile, I believe...
On 4 May 2021, at 23:34, Kirill Goncharov @.***> wrote:  If WalletConnect could be added that would be ideal as it makes mobile contributions possible!
I think so, the integration looks straightforward: https://docs.walletconnect.org/quick-start/dapps/web3-provider.
But mobile contributions should be possible already. Have you tried Metamask Mobile or Status?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Currently (from my understanding) only EIP-1193 providers are supported (https://github.com/clrfund/monorepo/pull/99).
It'd be useful to add a tool like Wallet Connect (e.g. using
web3modal
) to support mobile & other wallets.