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

     1  <!--
     2  order: false
     3  parent:
     4    order: 2
     5  -->
     6  
     7  # Basics
     8  
     9  This repository contains reference documentation on the basic concepts of the Cosmos SDK. 
    10  
    11  1. [Anatomy of an SDK Application](./app-anatomy.md)
    12  2. [Lifecycle of a transaction](./tx-lifecycle.md)
    13  3. [Accounts](./accounts.md)
    14  4. [Gas and Fees](./gas-fees.md)
    15  
    16  After reading the basics, head on to the [Core Reference](../core/README.md) for more advanced material.