cosmos-sdk/docs/basics/README.md

16 lines
416 B
Markdown

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