|
||
---|---|---|
.. | ||
clients | ||
core | ||
overview | ||
README.md | ||
install.md |
README.md
Cosmos SDK Documentation
- Overview
- Overview - An overview of the Cosmos-SDK
- The Object-Capability Model -
- Application Architecture - Understanding SDK application architecture
- Install - Install the SDK library and example applications
- Core
- The Store - How to work with the database
- Messages - Messages contain the content of a transaction
- Handlers - Handlers are the workhorse of the app!
- Amino - Amino is the primary serialization library used in the SDK
- Accounts - Accounts are the prototypical object kept in the store
- Transactions - Transactions wrap messages and provide authentication
- Keepers - Keepers are the interfaces between handlers
- Modules
- Clients
- Running a Node
- Key Management - Managing user keys
- CLI - Queries and transactions via command line
- Light Client Daemon - Queries and transactions via REST API