cosmos-sdk/core/appmodule
Julien Robert e15a0de251
feat(core): add migrations registering (#19370)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-09 09:30:39 +00:00
..
doc.go feat: app wiring setup for tx's and ante/post handlers (#12193) 2022-06-09 23:43:06 +00:00
environment.go refactor!(core): add in environment bundler of service (#19041) 2024-01-30 12:22:35 +00:00
genesis.go refactor: introduce abciGenesis interface (#17554) 2023-08-29 15:24:09 +00:00
migrations.go feat(core): add migrations registering (#19370) 2024-02-09 09:30:39 +00:00
module.go feat(core): add migrations registering (#19370) 2024-02-09 09:30:39 +00:00
README.md refactor(appconfig)!: simplify app config (#19040) 2024-01-13 20:42:45 +00:00

Appmodule

This package defines what is needed for an module to be used in the Cosmos SDK.

If you are looking at integrating Dependency injection into your module please see depinject appconfig documentation