Eth lib agnostic web3modal - idea #2637
Closed
glitch-txs
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
@glitch-txs watch out for V3 😉 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team! :) As you may know I've been helping devs (mainly frontend) to integrate walletconnect in their dapps and gathered some information/feedback for an idea I think it could be useful :)
There are currently two great packages for frontend integration:
This packages are great! But there's a third option that seems needed and not currently filled. Web3modal with wagmi shows browser wallets on the modal but is opinionated in terms of ethereum libraries, since it uses viem by default. Ethereum-provider on the other hand is unopinionated in this matter, but it doesn't show browser wallets on the modal. So there are some devs that fall in between: They want the modal with browser wallets but maybe they want to use ethers.js or web3.js instead, could be because of personal preference or because the base code they are working on is written with these libraries.
It would be cool to have this options combined into a library where devs can see browser wallets on the modal and use any ethereum library of choice.
Hope this is helpful! 👍
Beta Was this translation helpful? Give feedback.
All reactions