* 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> |
||
|---|---|---|
| .. | ||
| _attic | ||
| .vuepress | ||
| architecture | ||
| clients | ||
| concepts | ||
| gaia | ||
| intro | ||
| modules | ||
| spec | ||
| translations | ||
| cosmos-docs.jpg | ||
| cosmos-sdk-image.png | ||
| DOCS_README.md | ||
| PRIORITIES.md | ||
| README.md | ||
| RELEASE_PROCESS.md | ||
| RELEASE_TEST_SCRIPT.md | ||
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
- Specifications: Specifications of modules and other parts of the Cosmos SDK.
- SDK API Reference: Godocs of the Cosmos SDK.
- REST API spec: List of endpoints to interact with a
gaiafull-node through REST.
Cosmos Hub
- Join the mainnet of the Cosmos Hub.
- Join the latest public testnet of the Cosmos Hub.
- Start your own
gaiatestnet.
Creating a new SDK project
To create a new project, you can either:
- Fork this repo. Do not forget to remove the
nameservicemodule 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: