cosmos-sdk/docs/run-node
Robert Zaremba d39c42c987
Robert/docs slashing (#8329)
* update slashing docs

* x/slashing docs general audit & cleanup

* Update x/slashing/spec/02_state.md

Co-authored-by: Amaury <amaury.martiny@protonmail.com>

* Update x/slashing/spec/05_hooks.md

Co-authored-by: Alessio Treglia <alessio@tendermint.com>

* use code insertion widget

* review update

* Update x/slashing/spec/05_hooks.md

Co-authored-by: Alessio Treglia <alessio@tendermint.com>

* update link and location for fee distribution spec

Co-authored-by: Amaury <amaury.martiny@protonmail.com>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
2021-01-16 00:03:08 +01:00
..
cosmovisor.md add cosmovisot to running a node (#8320) 2021-01-13 09:52:54 +00:00
interact-node.md Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00
keyring.md docs: Add grpc & rest endpoints overview (#8064) 2020-12-14 10:51:32 +00:00
README.md add cosmovisot to running a node (#8320) 2021-01-13 09:52:54 +00:00
run-node.md change gentx cmd amount field to arg from flag (#8183) 2020-12-17 17:27:30 +01:00
txs.md Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00

Running a Node, API and CLI

This folder contains documentation on how to run a node and interact with it.

  1. Setting up the keyring
  2. Running a Node
  3. Interacting with a Node
  4. Generating, Signing and Broadcasting Transactions
  5. Cosmos Upgrade Manager