cosmos-sdk/docs/run-node
Amaury afda62174f
docs: Remove deprecated "Interfaces" section (#8294)
* Remove useless files, add app.toml section

* Rework docs

* Delete interfaces

* add correct next section references

* Finish CLI

* Small tweaks query

* Add simulation docs to core

* Add gRPC and REST

* Finish queyr lifecycle

* Updat examples

* Remove prereq

* fix links in simulation

* Use same enumeration in md

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-01-18 00:11:26 +00:00
..
README.md add cosmovisot to running a node (#8320) 2021-01-13 09:52:54 +00:00
cosmovisor.md add cosmovisot to running a node (#8320) 2021-01-13 09:52:54 +00:00
interact-node.md docs: Remove deprecated "Interfaces" section (#8294) 2021-01-18 00:11:26 +00:00
keyring.md docs: Add grpc & rest endpoints overview (#8064) 2020-12-14 10:51:32 +00:00
run-node.md docs: Remove deprecated "Interfaces" section (#8294) 2021-01-18 00:11:26 +00:00
txs.md Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00

README.md

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