Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
co-authored by
github-actions[bot]
marbar3778
parent
896911659d
commit
9b38363003
+1
-1
@@ -63,7 +63,7 @@ While there are no definitive guidelines for writing modules, here are some impo
|
||||
The SDK provides a set of APIs that a module can implement, and a set of services that a module can use.
|
||||
Those APIs are defined in the `cosmossdk.io/core/appmodule` package, and are used to defined the module capabilities, which is used by `runtime` during the wiring of the application.
|
||||
|
||||
Whenever possible, a module should strive to use only the core APIs (`cosmossdk.io/core`) and not import the `github.com/cosmos/cosmos-sdk` module. This makes modules reusable accross SDK versions and reduces the risk of breaking changes.
|
||||
Whenever possible, a module should strive to use only the core APIs (`cosmossdk.io/core`) and not import the `github.com/cosmos/cosmos-sdk` module. This makes modules reusable across SDK versions and reduces the risk of breaking changes.
|
||||
|
||||
Learn more about the core APIs for modules [here](../../learn/advanced/02-core.md).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user