cosmos-sdk/docs/core
2020-01-02 10:25:09 -05:00
..
baseapp_state_types.png Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04: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.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03: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 Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03: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
README.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

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.