cosmos-sdk/docs/basics/README.md

18 lines
469 B
Markdown

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