cosmos-sdk/docs/sdk/sdk-by-examples/simple-governance/intro.md

2.8 KiB

SDK By Examples - Simple Governance Application

In this tutorial, you will learn the basics of coding an application with the Cosmos-SDK. Applications built on top of the SDK are called Application-specific blockchains. They are decentralised applications running on their own blockchains. The application we will build in this tutorial is a simple governance application.

Before getting in the bulk of the code, we will start by some introductory content on Tendermint, Cosmos and the programming philosophy of the SDK. Let us get started!

Table of contents:

Introduction - Prerequisite reading

Setup and design

Implementation of the application

Important note: All the code for this application can be found here. Snippets will be provided throughout the tutorial, but please refer to the provided link for the full implementation details

If you have any question regarding this tutorial or about development on the SDK, please reach out us through our official communication channels:

Or open an issue on the SDK repo: