Files
cosmos-sdk/docs/core
Marie Gauthierandmergify[bot] eff82d0839 Update Encoding Doc for 0.40 (#7430)
* Remove deprecated docs and add first guidelines to protobuf migration

* Add conventions

* Reorder and add more FAQ doc

* Update guidelines for pb msg definitions

* Use commit hash in github links

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-10-07 12:39:35 +00:00
..
2020-08-14 13:58:53 -04:00
2020-07-07 06:19:36 -04:00
2020-03-24 16:20:30 +00:00
2020-07-07 06:19:36 -04:00
2020-07-07 06:19:36 -04:00

Core Concepts

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

  1. Baseapp
  2. Transaction
  3. Context
  4. Node Client
  5. Store
  6. Encoding
  7. Events
  8. Telemetry
  9. Object-Capabilities
  10. RunTx recovery middleware

After reading about the core concepts, check the IBC documentation to learn more about the IBC core concepts and how to integrate it to you application.