cosmos-sdk/docs/core
Nicolas Mahé ca952bc9c6
Merge PR #5583: Add to the docs of events and handler to set a new EventManager to the Context
2020-01-29 08:43:48 -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 Merge PR #5491: Protobuf Introduction + Types 2020-01-24 10:32:00 -05:00
events.md Merge PR #5583: Add to the docs of events and handler to set a new EventManager to the Context 2020-01-29 08:43:48 -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.