-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
wallet: support metamask signing #13787
Comments
I am quite interested in how it's possible to work with metamask on Cosmos network? |
@ytdbuolf you can derive a Cosmos address from an Ethereum public key and sign messages using your private key. Secret is doing this with EIP191 and Amino StdDoc. |
Injected wallets i.e Metamask would go a long way towards user adoption. |
there is work ongoing for metamask snaps, but i was talking to @sunnya97 about creating an rpc tool that would translate cosmos to eth semantics in order to use metamask without snaps |
this is being done by an external party no need to keep the issue open here |
@tac0turtle @sunnya97 and I were talking about this in Paris. I still owe him a doc.... Basically it's how Polaris works. |
Summary
Support metamask signing. This is a larger endeavour that is a mix of frontend work and sdk work. the team over at secret did an implementation that looks good to me.
Adding metamask support would enable new users to use their metamask account in cosmos.
Proposal
Look into the above pull requests/implementation in order to see if we can upstream it and enable it for more users in the ecosystem.
The text was updated successfully, but these errors were encountered: