Skip to content

Commit

Permalink
finish docs for app1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Jun 27, 2018
1 parent 05db92f commit b3b075c
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ NOTE: This documentation is a work-in-progress!
- [Introduction](core/intro.md) - Intro to the tutorial
- [App1 - The Basics](core/app1.md)
- [Messages](core/app1.md#messages) - Messages contain the content of a transaction
- [Stores](core/app1.md#kvstore) - KVStore is a Merkle Key-Value store.
- [Handlers](core/app1.md#handlers) - Handlers are the workhorse of the app!
- [BaseApp](core/app1.md#baseapp) - BaseApp is the base layer of the application
- [The MultiStore](core/app1.md#multistore) - MultiStore is a rich Merkle database
- [App2 - Amino](core/app2.md)
- [Amino](core/app2.md#amino) - Amino is the primary serialization library used in the SDK
- [App3 - Authentication](core/app3.md)
Expand Down
Loading

0 comments on commit b3b075c

Please sign in to comment.