From 9f656e1239501724db4e7eaf80925305caf437aa Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Tue, 26 Jun 2018 11:21:25 +0400 Subject: [PATCH] add a link to full node guide Refs https://github.com/tendermint/tendermint/pull/1800/files#r197919542 --- docs/README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 9dbe9178..0ed3aaec 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,17 +1,28 @@ # Tendermint -Welcome to the Tendermint Core documentation! The introduction below provides an overview to help you navigate to your area of interest. +Welcome to the Tendermint Core documentation! The introduction below provides +an overview to help you navigate to your area of interest. ## Introduction -Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine - written in any programming language - and securely replicates it on many machines. In other words, a blockchain. +Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state +transition machine - written in any programming language - and securely +replicates it on many machines. In other words, a blockchain. -Tendermint requires an application running over the Application Blockchain Interface (ABCI) - and comes packaged with an example application to do so. Follow the [installation instructions](./install) to get up and running quickly. For more details on [using tendermint](./using-tendermint) see that and the following sections. +Tendermint requires an application running over the Application Blockchain +Interface (ABCI) - and comes packaged with an example application to do so. +Follow the [installation instructions](./install) to get up and running +quickly. For more details on [using tendermint](./using-tendermint) see that +and the following sections. ## Networks -Testnets can be setup manually on one or more machines, or automatically on one or more machine, using a variety of methods described in the [deploy testnets section](./deploy-testnets). For more information (and to join) about the Cosmos Network testnets, see [here](link). +Testnets can be setup manually on one or more machines, or automatically on one +or more machine, using a variety of methods described in the [deploy testnets +section](./deploy-testnets). For more information (and to join) about the +Cosmos Network testnets, see [here](/getting-started/full-node.md). ## Application Development -The first step to building application on Tendermint is to [install ABCI-CLI](./getting-started) and play with the example applications. +The first step to building application on Tendermint is to [install +ABCI-CLI](./getting-started) and play with the example applications.