Skip to content

Commit

Permalink
docs: add missing modules accounts and group in modules list (#23125
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hattizai authored Dec 30, 2024
1 parent 4f3f401 commit dafa93f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sidebar_position: 0

Here are some production-grade modules that can be used in Cosmos SDK applications, along with their respective documentation:

* [Accounts](./accounts/README.md) - Tools and infrastructure for creating advanced smart accounts.
* [Auth](./auth/README.md) - Authentication of accounts and transactions for Cosmos SDK applications.
* [Authz](./authz/README.md) - Authorization for accounts to perform actions on behalf of other accounts.
* [Bank](./bank/README.md) - Token transfer functionalities.
Expand All @@ -18,6 +19,7 @@ Here are some production-grade modules that can be used in Cosmos SDK applicatio
* [Feegrant](./feegrant/README.md) - Grant fee allowances for executing transactions.
* [Genutil](./genutil/README.md) - Genesis utilities for the Cosmos SDK.
* [Governance](./gov/README.md) - On-chain proposals and voting.
* [Group](./group/README.md) - On-chain multisig accounts creation and management.
* [Mint](./mint/README.md) - Creation of new units of staking token.
* [NFT](./nft/README.md) - NFT module implemented based on [ADR43](https://docs.cosmos.network/main/build/architecture/adr-043-nft-module).
* [Params](./params/README.md) - Globally available parameter store.
Expand All @@ -28,7 +30,7 @@ Here are some production-grade modules that can be used in Cosmos SDK applicatio
* [Upgrade](./upgrade/README.md) - Software upgrades handling and coordination.
* [Validate](./validate/README.md) - Global ante/post handlers and tx validator setup.

To learn more about the process of building modules, visit the [building modules reference documentation](https://docs.cosmos.network/main/building-modules/intro).
To learn more about the process of building modules, visit the [building modules reference documentation](https://docs.cosmos.network/main/build/building-modules/intro).

## IBC

Expand Down

0 comments on commit dafa93f

Please sign in to comment.