Skip to content
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

Add support for returning seed phrases on stellar keys secret. #1853

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

fnando
Copy link
Member

@fnando fnando commented Jan 28, 2025

What

Add support for returning seed phrases on stellar keys secret.

$ stellar keys secret dapp --phrase
egg judge require window warfare odor uniform where relief mouse battle cattle

$ stellar keys secret dapp
SCA5R6VLL6OE3TIFV6XPY6Q6JR6ITZSLYZFONB6D34TUBK5L3NEZWSCT

$ stellar keys secret dapp --phrase --hd-path 0
error: the argument '--phrase' cannot be used with '--hd-path <HD_PATH>'

Usage: stellar keys secret --phrase <NAME>

For more information, try '--help'.

$ stellar keys secret sekret --phrase
❌ error: identity is not tied to a seed phrase

Why

Known limitations

N/A

@fnando fnando enabled auto-merge (squash) January 28, 2025 21:22
@fnando fnando merged commit ec6d03a into main Jan 29, 2025
25 checks passed
@fnando fnando deleted the seed-phrase branch January 29, 2025 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Support exporting seed phrases keys: add option to show secret keys as recovery phrases
2 participants