github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/cosmos-sdk/docs/core/README.md (about)

     1  <!--
     2  order: false
     3  parent:
     4    order: 3
     5  -->
     6  
     7  # Core Concepts
     8  
     9  This repository contains reference documentation on the core conepts of the Cosmos SDK. 
    10  
    11  1. [`Baseapp`](./baseapp.md)
    12  2. [Transaction](./transactions.md)
    13  3. [Context](./context.md)
    14  4. [Node Client](./node.md)
    15  5. [Store](./store.md)
    16  6. [Encoding](./encoding.md)
    17  7. [Events](./events.md)
    18  8. [Object-Capabilities](./ocap.md)
    19  
    20  After reading about the core concepts, head on to the [Building Modules documentation](../building-modules/README.md) to learn more about the process of building modules.