Update docs to show how to restore an identity from a seed phrase #3488
f0i
started this conversation in
Maintenance Tasks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the cli-reference docs don't show how to restore an identity from a seed phrase.
It can be done by
dfx identity import --seed-file FileContainingSeedPhrase.txt
.This info should probably be added in docs/cli-reference to show up on internetcomputer.org/.../dfx-identity.
Also the description shown by
dfx identity --help
should state that an identity can also be imported from a seed phrase not only PEM files.Current output is:
Beta Was this translation helpful? Give feedback.
All reactions