cosmos-sdk/docs
Alexander Bezobchuk b95ade93bd Merge PR #4011: Mint/Inflation Querier, LCD and CLI
* A few godoc updates

* More minor tweaks and reformatting

* Implement initial minting querier

* Implement stringer interface for minting params

* Minor cleanup

* Add minting CLI commands

* Implement inflation query command

* Implement annual provisions query and CLI command

* Update x/mint/client/module_client.go

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update x/mint/client/module_client.go

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update x/mint/client/module_client.go

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update x/mint/querier.go

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Add minting REST client routes/handlers

* Fix build issues

* Implement querier unit tests

* Update gaiacli docs

* Implement LCD tests

* Update Swagger docs

* Add pending log entry

* add examples

Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>

* revert adding examples

Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
2019-04-01 10:28:36 -07:00
..
_attic Merge PR #3857: Remove Shares Concept from Unbond/Redelegate UX 2019-03-25 17:13:02 -04:00
.vuepress Merge PR #3838: Update Docs for mainnet 2019-03-13 07:09:39 -07:00
architecture Merge PR #3338: Remove unused code and examples 2019-01-24 11:18:45 +01:00
clients Merge PR #3968: Documentation on how to sign Cosmos transactions 2019-03-25 18:20:03 +01:00
concepts Merge PR #3119: Move all store keys into constants 2018-12-19 20:58:30 +01:00
gaia Merge PR #4011: Mint/Inflation Querier, LCD and CLI 2019-04-01 10:28:36 -07:00
intro Merge PR #3847: Fix typos, and update deprecated links 2019-03-11 18:23:46 +01:00
modules Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
spec Merge PR #3656: Broken-Invar Tx - aka. Crisis module 2019-03-28 19:27:47 -04:00
translations Merge PR #3975: Missing source ~/.bash_profile when setting the go environment 2019-03-25 22:04:55 -07: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
DOCS_README.md Merge PR #3996: Update DOCS_README 2019-03-28 12:39:21 -04:00
PRIORITIES.md Merge PR #2642: Add todo diagrams 2018-10-31 12:07:06 +01:00
README.md Merge PR #3838: Update Docs for mainnet 2019-03-13 07:09:39 -07:00
RELEASE_PROCESS.md Merge PR #3571: Update RELEASE_PROCESS.md 2019-02-09 04:15:32 +01:00
RELEASE_TEST_SCRIPT.md update release test script links, closes #2606 2018-12-11 14:40:25 -05:00

Cosmos SDK Documentation

Get Started

  • SDK Intro: High-level overview of the Cosmos SDK.
  • SDK application tutorial: A tutorial to learn the SDK. It showcases how to build an SDK-based blockchain from scratch, and explains the basic principles of the SDK in the process.

Resources

Cosmos Hub

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: