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

key subcommands #4

Open
wanderer opened this issue Apr 18, 2016 · 2 comments
Open

key subcommands #4

wanderer opened this issue Apr 18, 2016 · 2 comments

Comments

@wanderer
Copy link
Member

It might be nice to break up the key commands so you could something like this

helpeth key --help
helpeth key generate
helpeth key convert 
helpeth key details 
@axic
Copy link
Member

axic commented Apr 18, 2016

Sounds good, how would you split up the rest?

This is the full list with WIP commands:

  signMessage <message>                     Sign a message
  verifySig <hash> <sig>                    Verify signature
  verifySigParams <hash> <r> <s> <v>        Verify signature parameters
  createTx <nonce> <to> <value> <data>      Sign a transaction
  <gasLimit> <gasPrice>
  parseTx <tx>                              Parse raw transaction
  keyGenerate [format] [icapdirect]         Generate new key
  keyConvert                                Convert a key to V3 keystore format
  keyDetails                                Print key details
  hdKeyDetails <path>                       Print key details for a given path
  addressDetails <address>                  Print details about an address
  unitConvert <value> <from> <to>           Convert between Ethereum units
  getNonce <address>                        Get nonce for the given address
  getBalance <address>                      Get balance for the given address
  sendEther <to> <value>                    Value transfer to a different address

@wanderer
Copy link
Member Author

wanderer commented Apr 18, 2016

not forsure if all of them make sense to split up. Here are a couple of obvious ones though

createTx -> tx create
parseTx  -> tx parse 
hdKeyDetails -> key hdDetails

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

No branches or pull requests

2 participants