Add quick start guide (#5517)

* start

* test

* guide

* Apply suggestions from code review

* typo

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
gamarin2
2020-01-17 18:11:22 +01:00
committed by Federico Kunze
co-authored by Federico Kunze
parent 0bb8e16172
commit 13464f234c
3 changed files with 185 additions and 2 deletions
-2
View File
@@ -5,8 +5,6 @@ synopsis: "This document describes the core parts of a Cosmos SDK application. T
# Anatomy of an SDK Application
## Node Client
The Daemon, or [Full-Node Client](../core/node.md), is the core process of an SDK-based blockchain. Participants in the network run this process to initialize their state-machine, connect with other full-nodes and update their state-machine as new blocks come in.