cosmos-sdk/docs/core
Alexander Bezobchuk 25be589af6
Merge PR #5482: Update Query Txs by Events Command
2020-01-06 11:49:31 -05:00
..
README.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
baseapp.md Merge PR #5452: Pass in sdk.Context to router.Route() 2020-01-04 14:50:38 -05:00
baseapp_state-begin_block.png Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
baseapp_state-checktx.png Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
baseapp_state-commit.png Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
baseapp_state-deliver_tx.png Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
baseapp_state-initchain.png Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
baseapp_state_types.png Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
context.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
encoding.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
events.md Merge PR #5482: Update Query Txs by Events Command 2020-01-06 11:49:31 -05:00
node.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
ocap.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
store.md Merge PR #5463: docs: add link to iavl documentation 2020-01-02 10:25:09 -05:00
transactions.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00

README.md

Core Concepts

This repository contains reference documentation on the core conepts of the Cosmos SDK.

  1. Baseapp
  2. Transaction
  3. Context
  4. Node Client
  5. Store
  6. Encoding
  7. Events
  8. Object-Capabilities

After reading about the core concepts, head on to the Building Modules documentation to learn more about the process of building modules.