* docs: Add grpc & rest endpoints overview * Finish overview * -Merge branch 'master' of ssh://github.com/cosmos/cosmos-sdk into am-7657-grpc * Update READMEs * Add grpcurl * Finish docs * Add gRPC historical blocks * Add historical queries * Small tweaks * Update docs/core/grpc_rest.md Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
15 lines
323 B
Markdown
15 lines
323 B
Markdown
<!--
|
|
order: false
|
|
parent:
|
|
order: 7
|
|
-->
|
|
|
|
# Interfaces (Deprecated)
|
|
|
|
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)
|