cosmos-sdk/core
2024-08-27 09:55:16 +00:00
..
address
appmodule
branch
comet
context
event
gas
genesis
header
legacy
log
registry
router
server chore: cleanup core/app (#21368) 2024-08-27 09:55:16 +00:00
store
testing fix: reimplement sig verification for app v2 (#21386) 2024-08-26 09:40:54 +00:00
transaction
CHANGELOG.md
go.mod
go.sum
Makefile
README.md
sonar-project.properties

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.