cosmos-sdk/docs/intro
likhita-809 47a3f02735
docs: Cleanup SDK docs (#9889)
* return MaxUint64 for Limit on InfiniteGasMeter and add a func to return GasLeft on GasMeter

* change dead link to appropriate link

Co-authored-by: Marko <marbar3778@yahoo.com>
2021-08-10 08:18:47 +00:00
..
README.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
overview.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
sdk-app-architecture.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
sdk-design.md docs: Cleanup SDK docs (#9889) 2021-08-10 08:18:47 +00:00
why-app-specific.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00

README.md

Introduction

This folder contains introduction material on the Cosmos SDK.

  1. Overview
  2. Application-Specific Blockchains
  3. Architecture of an SDK Application
  4. Cosmos SDK Design Overview

After reading the introduction material, head over to the basics to learn more.