Merge PR #4787: Updated docs build process

This commit is contained in:
mircea-c
2019-08-26 09:09:18 -04:00
committed by Alexander Bezobchuk
parent d3aa9feaca
commit 450c8ced2c
92 changed files with 17880 additions and 144 deletions
+5 -2
View File
@@ -1,3 +1,7 @@
---
order: 1
---
# SDK Intro
## What is the SDK?
@@ -26,5 +30,4 @@ The Cosmos SDK is the most advanced framework for building custom application-sp
## Getting started with the Cosmos SDK
- Learn more about the [architecture of an SDK application](./sdk-app-architecture.md)
- Learn how to build an application-specific blockchain from scratch with the [SDK Tutorial](https://cosmos.network/docs/tutorial)
- Learn how to build an application-specific blockchain from scratch with the [SDK Tutorial](https://cosmos.network/docs/tutorial)
+4
View File
@@ -1,3 +1,7 @@
---
order: 3
---
# SDK Application Architecture
## State machine
+4
View File
@@ -1,3 +1,7 @@
---
order: 4
---
# Cosmos SDK design overview
The Cosmos SDK is a framework that facilitates the development of secure state-machines on top of Tendermint. At its core, the SDK is a boilerplate implementation of the ABCI in Golang. It comes with a `multistore` to persist data and a `router` to handle transactions.
+4
View File
@@ -1,3 +1,7 @@
---
order: 2
---
# Application-Specific Blockchains
This document explains what application-specific blockchains are, and why developers would want to build one as opposed to writing Smart Contracts.