cosmos-sdk/docs
Zach 5241c3c7c1 go one.eleven.four (#3169) 2018-12-19 11:41:59 -08:00
..
.vuepress Add RPC docs link to docs navbar (#3131) 2018-12-17 16:04:39 -08:00
_attic Make coins denoms case insensitive (#3092) 2018-12-18 11:14:11 -08:00
architecture reference to concepts 2018-12-12 14:16:00 +01:00
clients Merge PR #3087: Fix gaia lite docs on REST server's SSL flags 2018-12-12 13:17:15 +01:00
concepts reference to concepts 2018-12-12 14:16:00 +01:00
examples Remove unimplemented gaiacli init command (#3156) 2018-12-19 08:25:27 -08:00
gaia go one.eleven.four (#3169) 2018-12-19 11:41:59 -08:00
intro Improve SDK Intro (#3149) 2018-12-19 11:41:30 -08:00
modules add links for modules and clients 2018-06-29 01:59:52 -04:00
spec Merge PR #2990: Update f1 spec 2018-12-12 13:13:53 +01:00
DOCS_README.md Update docs README (#3124) 2018-12-17 09:22:11 -08:00
PRIORITIES.md Merge PR #2642: Add todo diagrams 2018-10-31 12:07:06 +01:00
README.md Improve SDK Intro (#3149) 2018-12-19 11:41:30 -08:00
RELEASE_PROCESS.md Suggest opening pending PR back to develop 2018-09-07 01:04:58 +02:00
RELEASE_TEST_SCRIPT.md update release test script links, closes #2606 2018-12-11 14:40:25 -05:00
cosmos-docs.jpg Documentation Structure Change and Cleanup (#2808) 2018-11-14 11:44:17 -08:00
cosmos-sdk-image.png Bring back banner (#2814) 2018-11-14 12:01:59 -08:00

README.md

Welcome to the SDK Docs!

Welcome to the SDK docs!

Learn the SDK

SDK Intro

If you are a newcomer and would like to learn more about the Cosmos SDK, this intro is a good starting place.

SDK tutorial

If you like to learn by doing, you can follow the SDK application tutorial. It showcases how to build an SDK-based blockchain from scratch, and teaches you about the basic principles the SDK in the process.

Resources

Cosmos Hub testnet

To install the latest version of the gaia application (application of the Cosmos Hub) and join the public testnet, click here

To start your own gaia testnet, click here

Creating a new SDK project

To create a new project, you can either:

  • Fork this repo. Do not forget to remove the nameservice module from the various files if you don't need it.
  • Use community tools like chainkit.

Languages

The Cosmos-SDK is currently written in Golang, though the framework could be implemented similarly in other languages. Contact us for information about funding an implementation in another language.

Contribute

See this file for details of the build process and considerations when making changes.

Version

This documentation is built from the following commit: