Skip to content

ignite/modules

Repository files navigation

Ignite Modules

Ignite Modules contains Cosmos SDK modules developed by Ignite for common uses of Cosmos blockchains. Modules are aimed to be generic and can be imported into any project depending on their blockchain functionalities.

⚠️ Disclaimer

Modules are under active development and should not be currently considered for production.

Modules

  • claim: this module can be used by blockchains that wish to offer airdrops to eligible addresses upon the completion of specific actions. Eligible addresses with airdrop allocations are listed in the genesis state of the module. Initial claim, staking, and voting missions are natively supported. The developer can add custom missions related to their blockchain functionality.

  • mint: this module is an enhanced version of Cosmos SDK mint module where developers can use the minted coins from inflations for specific purposes other than staking rewards.

Testing

The repository comes with a sample Cosmos SDK app to test the different module features.

In order to launch a test app instance and interact with the modules, install Ignite CLI and run the following command under the repository:

ignite chain serve

You can interact with the modules with the native chain CLI testappd:

testappd q mint params

Contributing

We welcome contributions from everyone. You can create a branch from main and create a pull request, or maintain your own fork and submit a cross-repository pull request.

Important Before you start implementing a new feature or making a fix, the first step is to create an issue on GitHub that describes the proposed changes.

Community

Ignite Modules is a free and open-source project maintained by Ignite. Here's where you can find us.