Skip to content

Implement --generate-only option for commands that create transactions #966

Closed
@ebuchman

Description

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 unsigned Tx
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions