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

Creating new wallet from terrain cli #39

Closed
0xlaine opened this issue Apr 27, 2022 · 2 comments · Fixed by #41
Closed

Creating new wallet from terrain cli #39

0xlaine opened this issue Apr 27, 2022 · 2 comments · Fixed by #41
Labels
enhancement New feature or request

Comments

@0xlaine
Copy link
Contributor

0xlaine commented Apr 27, 2022

Hi,

I was thinking it would be useful to be able to create / roll a new wallet via the terrain-cli rather than having to use Terra Station or Terra Chrome extension.

Would you accept a PR with such functionality?

@0xlaine 0xlaine changed the title Creating new wallet / signer from terrain cli Creating new wallet from terrain cli Apr 27, 2022
@emidev98
Copy link
Contributor

Hey @laine-ust , for sure everything that can help terrain users is very welcome.

Could you explain:

  • What does the new functionality do on detail?
  • Give three useful examples where users can be benefited?

Thanks!

@0xlaine
Copy link
Contributor Author

0xlaine commented Apr 27, 2022

Hey @laine-ust , for sure everything that can help terrain users is very welcome.

Could you explain:

  • What does the new functionality do on detail?
  • Give three useful examples where users can be benefited?

Thanks!

Sure, my idea is the following new command:

$ terrain wallet:new

Which will use terra.js new MnemoicKey() to roll a key. The seed phrase will then be dumped into the console, or into a file specified via a flag --outfile=./my.key).

My usecase

I just setup a separate "secure" Linux laptop that I will use to deploy contract code to mainnet. I need a new wallet for this, and I would like to generate that on the device, and I wish to have as few apps as possible on this device. Therefore I don't have Terra Station nor the Terra wallet.
Also I like clis :)

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 a pull request may close this issue.

2 participants