reorg docs/sdk and move stuff from docs/guide/sdk

This commit is contained in:
Ethan Buchman
2018-06-21 15:46:18 -07:00
parent 5573beffa7
commit d95cb82741
16 changed files with 1114 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ the Cosmos Hub.
NOTE: the specifications are not yet complete and very much a work in progress.
- [Store](store) - The core Merkle store that holds the state.
- [Auth](auth) - The structure and authnentication of accounts and transactions.
- [Auth](auth) - The structure and authentication of accounts and transactions.
- [Bank](bank) - Sending tokens.
- [Governance](governance) - Proposals and voting.
- [IBC](ibc) - Inter-Blockchain Communication (IBC) protocol.