cosmos-sdk/docs/run-node
Julien Robert f770f8cac6
refactor!: make `simapp.MakeTestEncodingConfig` private (#12747)
* feat: make `simapp.MakeTestEncodingConfig` private

* fix legacy build

* update changelog and upgrading.md

* updates docs
2022-07-27 17:23:56 +02:00
..
README.md docs: rewrite first sentence in SDK Intro (#10199) 2021-09-21 07:36:56 +00:00
interact-node.md docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
keyring.md docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
rosetta.md docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
run-node.md docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
run-testnet.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
txs.md refactor!: make `simapp.MakeTestEncodingConfig` private (#12747) 2022-07-27 17:23:56 +02:00

README.md

Running a Node, API and CLI

This script 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
  7. Running a Testnet