Skip to content

Commit

Permalink
Implement command/REST endpoint for offline tx sign off #1953
Browse files Browse the repository at this point in the history
* Add sign CLI command to sign transactions generated with the
  --generate-only flag.
* Add /sign REST endpoint for Voyager support.

Redirect password prompt to STDERR to avoid messing up cli
commands output. As a rule of thumb, program's output should
always go to STDOUT, whilst errors&diagnostics go to STDERR
as per POSIX's philosophy and specs.
  • Loading branch information
Alessio Treglia committed Sep 6, 2018
1 parent ff48cd2 commit d776283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sdk/clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ gaiacli sign \
unsignedSendTx.json > signedSendTx.json
```


### Staking

#### Set up a Validator
Expand Down

0 comments on commit d776283

Please sign in to comment.