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

feat: add wallet:new command #41

Merged
merged 2 commits into from
May 2, 2022

Conversation

0xlaine
Copy link
Contributor

@0xlaine 0xlaine commented Apr 27, 2022

This PR will:

  • Add wallet:new command for generating new terra wallets

It outputs to stdout by default, but it can be given the flag --outfile=<path> to store the mnemonic there instead.

Close #39

@0xlaine 0xlaine changed the title feat: add wallet new feat: add wallet:new command Apr 27, 2022
@0xlaine 0xlaine force-pushed the feat/command-wallet-new branch from 7eee3e0 to 1b2af0e Compare April 27, 2022 18:53
0xlaine added 2 commits April 28, 2022 10:29
Generates a new wallet using the MnemonicKey from terra.js.
Default output is to stdout, but the user can provide `--outfile` to
save the contents to disk instead.
@0xlaine 0xlaine force-pushed the feat/command-wallet-new branch from 1b2af0e to 278cf26 Compare April 28, 2022 08:29
@0xlaine 0xlaine requested a review from emidev98 April 28, 2022 09:22
@emidev98 emidev98 added the enhancement New feature or request label May 2, 2022
Copy link
Contributor

@octalmage octalmage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating new wallet from terrain cli
3 participants