* refactor: Move FormatCoins to `core` * Rename to shorter names * Add chaneglog * Don't panic * add comments * go mod tidy * fix changelog * move structs to top * Fix test * go mod tidy * Refactor tests |
||
---|---|---|
.. | ||
appconfig | ||
appmodule | ||
coins | ||
internal | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum |
README.md
Cosmos SDK Core
The cosmossdk.io/core go module defines "core" functionality for the Cosmos SDK.
Currently functionality for registering modules using the appmodule package and composing apps using the appconfig package is provided.
In the future core functionality for building Cosmos SDK app modules will be provided in this go module.