cosmos-sdk/docs/basics
Amaury Martiny a15bb7562e
docs: Basic/App-anatomy explains Msg Service by default (#7670)
* Add msg service

* Add handlers

* Small tweaks

* Remove todo

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-10-28 11:47:22 +00:00
..
README.md docs: Update "Basics" section (#7416) 2020-10-12 15:31:25 +00:00
accounts.md docs: Update "Basics" section (#7416) 2020-10-12 15:31:25 +00:00
app-anatomy.md docs: Basic/App-anatomy explains Msg Service by default (#7670) 2020-10-28 11:47:22 +00:00
gas-fees.md Fixed typos. (#6376) 2020-06-09 12:11:13 +02:00
tx-lifecycle.md docs: Update "Basics" section (#7416) 2020-10-12 15:31:25 +00:00

README.md

Basics

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

  1. Anatomy of an SDK Application
  2. Lifecycle of a transaction
  3. Accounts
  4. Gas and Fees

After reading the basics, head on to the Core Reference for more advanced material.