Implement --generate-only option for commands that create transactions #966
Closed
Description
opened on May 8, 2018
The gaiacli
should support workflow for offline signing of transactions.
Additionally, it should support signing without saving a private key to disk (ie. tendermint/go-crypto#57)!
This flow should also allow an HD path to be specified so you can pick an account by passing the seed phrase and the HD path (at least for secp256k1 keys).
Description
As a
gaiacli
user
I want to generate an unsignedTx
So that I can review the contents of the transaction before signing it.
Acceptance Criteria
Given transaction parameters
When I run the command to send the transaction with the--generate-only
flag on
Then a text representation of the unsigned transaction is printed out.
Activity