From 6cbac799125414d225530241cc8ee44be36a76f7 Mon Sep 17 00:00:00 2001 From: Dev Ojha Date: Tue, 2 Oct 2018 05:02:22 -0700 Subject: [PATCH] Merge PR #2419: Add quick start section to the docs readme --- docs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/README.md b/docs/README.md index 48b8c69d5c..2edcebe8db 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,6 +8,12 @@ The first blockchain in the Cosmos Network is the Cosmos Hub, whose native token Cosmos can interoperate with multiple other applications and cryptocurrencies. By creating a new zone, you can plug any blockchain system into the Cosmos hub and pass tokens back and forth between those zones, without the need for an intermediary. +## Quick Start + +- [Getting started with the SDK](./sdk/core/intro.html) +- [SDK Examples](../examples) +- [Join the testnet](./getting-started/full-node.html#run-a-full-node) + ## Edit the Documentation See [this file](./DOCS_README.md) for details of the build process and