Merge PR #2419: Add quick start section to the docs readme
This commit is contained in:
parent
9410b6287c
commit
6cbac79912
|
@ -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.
|
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
|
## Edit the Documentation
|
||||||
|
|
||||||
See [this file](./DOCS_README.md) for details of the build process and
|
See [this file](./DOCS_README.md) for details of the build process and
|
||||||
|
|
Loading…
Reference in New Issue