cosmos-sdk/docs/core/intro.md

18 lines
729 B
Markdown

# Introduction
Welcome to the Cosmos-SDK Core Documentation.
Here you will learn how to use the Cosmos-SDK to build Basecoin, a
complete proof-of-stake cryptocurrency system
We proceed through a series of increasingly advanced and complete implementations of
the Basecoin application, with each implementation showcasing a new component of
the SDK:
- App1 - The Basics - Messages, Stores, Handlers, BaseApp
- App2 - Amino - Unmarshalling into interfaces
- App3 - Authentication - Accounts and Transactions, Signatures and Replay protection
- App4 - Access Control - Keepers selective expose access to stores
- App5 - Validator Set Changes - Change the Tendermint validator set
- App6 - Basecoin - Bringing it all together