* docs: Add new section "Running a Node" * Add running-node * Add docker compose * Update title * Typos * Wording * Fix links * Update docs/run-node/keyring.md Co-authored-by: Cory <cjlevinson@gmail.com> * Update docs/run-node/run-node.md Co-authored-by: Robert Zaremba <robert@zaremba.ch> * Address reviews * rc2 * Update docs/run-node/keyring.md Co-authored-by: Cory <cjlevinson@gmail.com> * Address more comments * Reviews * Fix run node * Fix todo Co-authored-by: Cory <cjlevinson@gmail.com> Co-authored-by: Robert Zaremba <robert@zaremba.ch> Co-authored-by: Alessio Treglia <alessio@tendermint.com>
15 lines
310 B
Markdown
15 lines
310 B
Markdown
<!--
|
|
order: false
|
|
parent:
|
|
order: 6
|
|
-->
|
|
|
|
# Interfaces
|
|
|
|
This repository contains documentation on interfaces for Cosmos SDK applications.
|
|
|
|
1. [Introduction to Interaces](./interfaces-intro.md)
|
|
2. [Lifecycle of a Query](./query-lifecycle.md)
|
|
3. [Command-Line Interface](./cli.md)
|
|
4. [Rest Interface](./rest.md)
|