To scaffold out an empty module:
Note: if you need a basic application see the
appsection to generate one first
cdinto your modules directory (typically named/x).- Run the command listed below:
scaffold module <user/Github org> <repoName> <moduleName>This will get you started with writing a module. The layout of the files follow the module spec, located here.
This repo will have its own versioning and contain a compatibility table:
| Cosmos-SDK Version | Scaffold Version |
|---|---|
| 0.37.3 | 0.1.0 |