[Connector Request] Wallet Standard connector #273
Replies: 6 comments 8 replies
-
Thanks for opening this up! Working on migrating wagmi from ethers to viem at the moment and will circle back soon. |
Beta Was this translation helpful? Give feedback.
-
Hey @tmm ! Just wanted to let you know that I've migrated the PoC repository to rainbowkit/wagmi v1 to keep it up-to-date :) |
Beta Was this translation helpful? Give feedback.
-
@bulgakovk How is this different than EIP-6963? |
Beta Was this translation helpful? Give feedback.
-
@tmm Hey, thanks for getting back to this proposal! So, EIP-6963 mainly focuses on fixing the wallet collision issue, whereas the Wallet Standard goes beyond that. Here are a couple of key points to consider:
|
Beta Was this translation helpful? Give feedback.
-
Hey @tmm! Just wanted to follow up my response above. Is there something else I can help you with to make it clear what makes Wallet Standard different? |
Beta Was this translation helpful? Give feedback.
-
Hey @tmm ! Any luck with an update on this request? |
Beta Was this translation helpful? Give feedback.
-
Hey there! Opening a discussion to propose adding a new Wagmi Connector according to the guideline.
What novel use-case does the Connector provide?
Wallet Standard (Standard) connector provides a connector for Browser Extension Wallets registering their providers in the Standard compatible way. The Connector significantly improves the discoverability aspect of wallets implementing EIP-1193 API:
window.ethereum
name space, multiple wallets can co-exist, which significantly improves UX.window.ethereum
before the property was defined.Are the Connector's integrations production-ready and generally available?
@wallet-standard/wallet
(a core package to be consumed by a wallet) – has a stable v1 release and publicly available at https://github.com/wallet-standard/wallet-standard/tree/master/packages/core/wallet@wallet-standard/app
(a core package to be consumed by an app) – has a stable v1 release and publicly available at https://github.com/wallet-standard/wallet-standard/tree/master/packages/core/appI would be happy to contribute to the repository and maintain the connector in the future. Please let me know what do you think. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions