* docs: Fix Cosmos-sdk references in md files * Fix SDK to Cosmos SDK in all found places and adjust grammar in turn * Add changelog entry * Update docs/core/context.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/architecture/adr-010-modular-antehandler.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/basics/README.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/architecture/adr-040-storage-and-smt-state-commitments.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/building-modules/intro.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/building-modules/intro.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/core/baseapp.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/building-modules/intro.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/basics/accounts.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * docs 10180 fix 'an Cosmos SDK' where used Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> Co-authored-by: Robert Zaremba <robert@zaremba.ch>
17 lines
432 B
Markdown
17 lines
432 B
Markdown
<!--
|
|
order: false
|
|
parent:
|
|
order: 1
|
|
-->
|
|
|
|
# Introduction
|
|
|
|
This introduction gives a quick start on the Cosmos SDK.
|
|
|
|
1. [Overview](./overview.md)
|
|
2. [Application-Specific Blockchains](./why-app-specific.md)
|
|
3. [Architecture of a Cosmos SDK Application](./sdk-app-architecture.md)
|
|
4. [Cosmos SDK Design Overview](./sdk-design.md)
|
|
|
|
After reading the introduction material, head over to the [basics](../basics/README.md) to learn more.
|