-
Notifications
You must be signed in to change notification settings - Fork 2
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
Keystore generation #50
Labels
enhancement
New feature or request
Milestone
Comments
Merged
andreafspeziale
added a commit
that referenced
this issue
Mar 1, 2019
andreafspeziale
added a commit
that referenced
this issue
Mar 1, 2019
andreafspeziale
added a commit
that referenced
this issue
Mar 1, 2019
andreafspeziale
added a commit
that referenced
this issue
Mar 1, 2019
andreafspeziale
added a commit
that referenced
this issue
Mar 1, 2019
andreafspeziale
pushed a commit
that referenced
this issue
Mar 1, 2019
Merged
andreafspeziale
added
Refactor
Refactoring code
and removed
Refactor
Refactoring code
labels
Mar 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
📝 Feature
As a user I want to generate my personal keystore file using a cli command.
📖 Details
The command should be:
eidoo-hybrid-exchange-cli ethereum-wallet key-generate --keystore-file-path The destination file path where keystore will be stored [--hd-path] The derivation path used to retrieve the private key from seed. (default: m/44'/60'/0/0)
so you need to type your seed (12 words) and after that you have to insert a password (used to build the keystore json file).
The output will be a json file strucred as follows:
Under the hood will be used
keythereum dump
generating a keystore file.The text was updated successfully, but these errors were encountered: