cosmos-sdk/docs/clients/keys.md

11 lines
361 B
Markdown
Raw Normal View History

2018-06-28 22:59:52 -07:00
# Keys
2018-06-28 23:03:59 -07:00
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.
2018-06-28 22:59:52 -07:00
See `gaiacli keys --help`.
Also see the [testnet
tutorial](https://github.com/cosmos/cosmos-sdk/tree/develop/cmd/gaia/testnets).
2018-06-28 23:03:59 -07:00
TODO: cleanup the UX and document this properly