Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: ✨ Add module importing #94

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ Modules are under active development and should not be currently considered for

- [`claim`](x/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`](x/mint): this module is an enhanced version of [Cosmos SDK `mint` module](https://docs.cosmos.network/master/modules/mint/) where developers can use the minted coins from inflations for specific purposes other than staking rewards.

## Importing

You can import modules to your app using the [documentation](docs/importing.md).

## Testing

The repository comes with a sample Cosmos SDK app to test the different module features.
Expand All @@ -64,7 +67,7 @@ We welcome contributions from everyone. You can create a branch from `main` and

## Community

Ignite Modules is a free and open-source project maintained by [Ignite](https://ignite.com). Here's where you can find us.
Ignite Modules is a free and open-source project maintained by [Ignite](https://ignite.com). Here's where you can find us.

- [@ignite_dev on Twitter](https://twitter.com/ignite_dev)
- [Ignite Blog](https://ignite.com/blog/)
Expand Down
Loading
Loading