cosmos-sdk/docs/core/README.md

24 lines
642 B
Markdown

<!--
order: false
parent:
order: 3
-->
# Core Concepts
This repository contains reference documentation on the core concepts of the Cosmos SDK.
1. [`Baseapp`](./baseapp.md)
2. [Transaction](./transactions.md)
3. [Context](./context.md)
4. [Node Client](./node.md)
5. [Store](./store.md)
6. [Encoding](./encoding.md)
7. [Events](./events.md)
8. [Telemetry](./telemetry.md)
9. [Object-Capabilities](./ocap.md)
10. [RunTx recovery middleware](./runtx_middleware.md)
After reading about the core concepts, check the [IBC documentation](../ibc/README.md) to learn more
about the IBC core concepts and how to integrate it to you application.