cosmos-sdk/docs/sdk/sdk-by-examples/simple-governance/start.md
gamarin2 c5fcc9b65f Add SDK_By_Examples to doc (#1795)
* Add simple gov example and sdk-by-example folder

* Add simple gov example

* Add simple gov example and sdk-by-example folder

* Add simple gov example

* fix sectino title

* Jb feedback + Offload some of the content in other docs

* Add what is cosmos back

* platform to framewoork

* Reemove testnet
2018-08-12 03:37:26 -04:00

516 B

Starting your own project

To get started, you just have to follow these simple steps:

  1. Clone the Cosmos-SDKrepo
  2. Code the modules needed by your application that do not already exist.
  3. Create your app directory. In the app main file, import the module you need and instantiate the different stores.
  4. Launch your blockchain.

Easy as pie! With the introduction over, let us delve into practice and learn how to code a SDK application with an example.