* 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
516 B
516 B
Starting your own project
To get started, you just have to follow these simple steps:
- Clone the Cosmos-SDKrepo
- Code the modules needed by your application that do not already exist.
- Create your app directory. In the app main file, import the module you need and instantiate the different stores.
- 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.