Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Jun 29, 2018
1 parent 4e87cdf commit a7cdea5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ NOTE: This documentation is a work-in-progress!
- [Running a Node](clients/node.md) - Run a full node!
- [Key Management](clients/keys.md) - Managing user keys
- [CLI](clients/cli.md) - Queries and transactions via command line
- [REST](clients/rest.md) - Queries and transactions via REST
- [REST Light Client Daemon](clients/rest.md) - Queries and transactions via REST
API
2 changes: 2 additions & 0 deletions docs/clients/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ See `gaiacli --help` for more details.

Also see the [testnet
tutorial](https://github.com/cosmos/cosmos-sdk/tree/develop/cmd/gaia/testnets).

TODO: cleanup the UX and document this properly.
7 changes: 0 additions & 7 deletions docs/clients/key-management.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/clients/keys.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Keys

See the [Tendermint specification](https://github.com/tendermint/tendermint/blob/master/docs/spec/blockchain/encoding.md#public-key-cryptography) for how we work with keys.

See `gaiacli keys --help`.

Also see the [testnet
tutorial](https://github.com/cosmos/cosmos-sdk/tree/develop/cmd/gaia/testnets).

TODO: cleanup the UX and document this properly

0 comments on commit a7cdea5

Please sign in to comment.