cosmos-sdk/docs/run-node
Ryan Christoffersen cb66c99eab
chore: add markdownlint to lint commands (#9353)
* add markdownlint config

* update make lint commands

* update markdownlint config

* run make lint-fix

* fix empty link

* resuse docker container

* run lint-fix

* do not echo commands

Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
2021-05-27 15:31:04 +00:00
..
README.md Rosetta API implementation (#7695) 2021-01-21 09:33:02 +00:00
cosmovisor.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
interact-node.md gRPC: fix server reflection (#8945) 2021-03-22 19:40:34 +00:00
keyring.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
rosetta.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
run-node.md Misc documentation fixes (#8452) 2021-01-28 16:59:51 +00:00
txs.md Prefer sending tx_bytes to Simulate gRPC endpoint (#8926) 2021-03-25 10:52:54 +00: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
  6. Rosetta API