cosmos-sdk/docs/run-node
Amaury 75204389e0
Create docs for signing & broadcasting txs (#8257)
* Add structure of tx page

* WIP

* Finish CLI

* Add go examples

* Add golang examples

* Tweaks

* Update links

* Update docs/run-node/interact-node.md

Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>

* Update docs/run-node/interact-node.md

Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>

* Put code snippets in functiosn

* Put snippet in functions

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-01-07 16:21:50 +00:00
..
README.md Create docs for signing & broadcasting txs (#8257) 2021-01-07 16:21:50 +00:00
interact-node.md Create docs for signing & broadcasting txs (#8257) 2021-01-07 16:21:50 +00:00
keyring.md docs: Add grpc & rest endpoints overview (#8064) 2020-12-14 10:51:32 +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 Create docs for signing & broadcasting txs (#8257) 2021-01-07 16:21:50 +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