cosmos-sdk/core/appmodule/README.md
Marko bde7eb1a4d
refactor(core)!: cleanup dependency graph (#18866)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-01-09 15:14:36 +00:00

341 B

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 appmodule documentation