Account Management Snaps: Support non-EVM address #2252
AnthonyLaw
started this conversation in
Ideas
Replies: 1 comment
-
Hey @AnthonyLaw, we are indeed considering supporting non-EVM accounts! The Keyring API was made with this feature in mind, but we need to make some internal changes to MetaMask first. Essentially, we need to support non-EVM addresses in the UI and be able to interact with their chains to get balances and broadcast transactions. TL;DR: That’s a really cool idea, we will think about it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduce
Using Keyring to create an account and the account shown in metamask is cool stuff.
I was thinking if it allows adding non-evm addresses in the metamask wallet even awesome.
Advantage
Summary
Blockchain: Symbol
Refer repo: https://github.com/MetaMask/snap-simple-keyring
I was exploring keyring with non-evm accounts, and I successfully created the non-evm account, but there was an error.
when this event is triggered.
await this.#emitEvent(KeyringEvent.AccountCreated, { account });
Beta Was this translation helpful? Give feedback.
All reactions