Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 708 Bytes

module.md

File metadata and controls

23 lines (15 loc) · 708 Bytes

Module

To scaffold out an empty module:

Note: if you need a basic application see the app section to generate one first

  1. cd into your modules directory (typically named /x).
  2. 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.

Versioning

This repo will have its own versioning and contain a compatibility table:

Cosmos-SDK Version Scaffold Version
0.37.3 0.1.0