-
Notifications
You must be signed in to change notification settings - Fork 57
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
Mnemonic keyphrases #1137
Labels
Comments
How it's done in similar apps:
LOBSTR wallet:
StellarX:
LOBSTR vault and wallet use the first key pair derived from the mnemonic phrase. |
Thoughts from our (private) discussion:
|
Although the details of the export remain unclear for now, we should still add the import feature to increase convenience for our users. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support importing and exporting mnemonic keyphrases instead of secret keys. Secret key import/export should still be possible, but mnemonic phrases should become the default.
Show a small text button "Use secret key" below the textfield or add a key icon button to the end of the textfield if there is not enough space. We should also show a short explanatory text telling the user what those twelve words in front of them are and what to do with them.
See SEP-5 / BIP-39 for technical details about mnemonic keyphrases.
The text was updated successfully, but these errors were encountered: