cosmos-sdk/core
Aaron Craelius 1f9871c76c
feat: start app wiring with runtime and x/params modules (#11924)
* feat: start app wiring with runtime and x/params modules

* WIP

* WIP

* docs

* docs, cleanup

* fixing tests

* rollback unrelated changes

* fix

* test fixes

* simplification, tests

* fix tests

* docs

* go mod tidy

* update module path

* codegen

* address middleware removal

* update container alpha 4

* Fix cosmossdk.io/api dependency conflict

- go mod tidy

Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2022-05-24 21:09:24 -04:00
..
appconfig feat: start app wiring with runtime and x/params modules (#11924) 2022-05-24 21:09:24 -04:00
appmodule feat: add core module with app config support (#11914) 2022-05-10 14:41:52 -04:00
internal feat: start app wiring with runtime and x/params modules (#11924) 2022-05-24 21:09:24 -04:00
Makefile feat: add core module with app config support (#11914) 2022-05-10 14:41:52 -04:00
README.md feat: add core module with app config support (#11914) 2022-05-10 14:41:52 -04:00
go.mod feat: start app wiring with runtime and x/params modules (#11924) 2022-05-24 21:09:24 -04:00
go.sum feat: start app wiring with runtime and x/params modules (#11924) 2022-05-24 21:09:24 -04:00

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.