cosmos-sdk/docs/run-node
Ryan Christoffersen bf049d36d1
docs: fix cosmovisor quickstart (#9730)
## Description

<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review. -->

Automatically create a copy of [Cosmovisor Quickstart](https://docs.cosmos.network/v0.43/run-node/cosmovisor.html) from [Cosmovisor README](https://github.com/cosmos/cosmos-sdk/blob/master/cosmovisor/README.md) and minor fixes to Cosmovisor README.

---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [x] included the correct `docs:` prefix in the PR title
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [x] provided a link to the relevant issue or specification
- [x] followed the [documentation writing guidelines](https://github.com/cosmos/cosmos-sdk/blob/master/docs/DOC_WRITING_GUIDELINES.md)
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct `docs:` prefix in the PR title
- [ ] confirmed all author checklist items have been addressed 
- [ ] confirmed that this PR only changes documentation
- [ ] reviewed content for consistency
- [ ] reviewed content for thoroughness
- [ ] reviewed content for spelling and grammar
- [ ] tested instructions (if applicable)
2021-07-26 07:51:36 +00:00
..
README.md docs: simd testnet commands (#9411) 2021-07-15 20:52:54 +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 docs: simd testnet commands (#9411) 2021-07-15 20:52:54 +00:00
run-node.md feat: Non-zero Default Fees (#9371) 2021-06-25 10:41:32 +00:00
run-testnet.md docs: simd testnet commands (#9411) 2021-07-15 20:52:54 +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
  7. Running a Testnet