* start app guide * finish guide * add link to cap module * move guide to docs/ * fix broken links * vuedocs warning format * Update docs/core/ibc.md Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Federico Kunze <federico.kunze94@gmail.com> |
||
|---|---|---|
| .. | ||
| baseapp_state_types.png | ||
| baseapp_state-begin_block.png | ||
| baseapp_state-checktx.png | ||
| baseapp_state-commit.png | ||
| baseapp_state-deliver_tx.png | ||
| baseapp_state-initchain.png | ||
| baseapp.md | ||
| context.md | ||
| encoding.md | ||
| events.md | ||
| ibc.md | ||
| node.md | ||
| ocap.md | ||
| README.md | ||
| runtx_middleware.md | ||
| store.md | ||
| telemetry.md | ||
| transactions.md | ||
Core Concepts
This repository contains reference documentation on the core concepts of the Cosmos SDK.
Baseapp- Transaction
- Context
- Node Client
- Store
- Encoding
- Events
- Telemetry 9 IBC 10.Object-Capabilities 11.RunTx recovery middleware
After reading about the core concepts, head on to the Building Modules documentation to learn more about the process of building modules.