Keyring Snaps -> Create Account from within Metamask #2221
valdikamenarov
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently there doesn't seem to be a way to offer the user to create a Snap account from within Metamask and it has to be done through the Companion Dapp.
It would be great if it is possible to invoke
createAccount()
method on a Snap keyring from within the Metamask plugin.Example:
If a user installs Snap XYZ which generates/imports custom EVM addresses,
the user should be able to see an additional option such as
Add/Import <Snap XYZ> account
When a user clicks on
Add/Import <Snap XYZ> account
then Metamask should invoke thecreateAccount()
method and create or import the account.Beta Was this translation helpful? Give feedback.
All reactions