Merge PR #4787: Updated docs build process
This commit is contained in:
committed by
Alexander Bezobchuk
parent
d3aa9feaca
commit
450c8ced2c
@@ -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)
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
order: 3
|
||||
---
|
||||
|
||||
# SDK Application Architecture
|
||||
|
||||
## State machine
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user