Skip to content

Commit

Permalink
Fix the module links in x/README.md. (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon authored Nov 28, 2023
1 parent 5553cbd commit 0bfc193
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Modules are the code components of the Provenance Blockchain that execute the ma
Provenance uses inherited modules from the Cosmos SDK, and has also developed modules that are specific to Provenance.

* [Inherited Cosmos modules](https://docs.cosmos.network/v0.47/build/modules)
* [Attribute](./attribute/README.md) - Functions as a blockchain registry for storing \<Name, Value\> pairs.
* [Exchange](./exchange/README.md) - Facilitates the trading of on-chain assets.
* [Hold](./hold/README.md) - Keeps track of funds in an account that have a hold placed on them.
* [Attribute](./attribute/spec/README.md) - Functions as a blockchain registry for storing \<Name, Value\> pairs.
* [Exchange](./exchange/spec/README.md) - Facilitates the trading of on-chain assets.
* [Hold](./hold/spec/README.md) - Keeps track of funds in an account that have a hold placed on them.
* [ibchooks](./ibchooks/README.md) - Forked from https://github.com/osmosis-labs/osmosis/tree/main/x/ibchooks
* [Marker](./marker/README.md) - Allows for the creation of fungible tokens.
* [Metadata](./metadata/README.md) - Provides a system for referencing off-chain information.
* [msgfees](./msgfees/README.md) - Manages additional fees that can be applied to tx msgs.
* [Name](./name/README.md) - Provides a system for providing human-readable names as aliases for addresses.
* [Oracle](./oracle/README.md) - Provides the capability to dynamically expose query endpoints.
* [Reward](./reward/README.md) - Provides a system for distributing rewards to accounts.
* [Trigger](./trigger/README.md) - Provides a system for triggering transactions based on predeterminded events.
* [Marker](./marker/spec/README.md) - Allows for the creation of fungible tokens.
* [Metadata](./metadata/spec/README.md) - Provides a system for referencing off-chain information.
* [msgfees](./msgfees/spec/README.md) - Manages additional fees that can be applied to tx msgs.
* [Name](./name/spec/README.md) - Provides a system for providing human-readable names as aliases for addresses.
* [Oracle](./oracle/spec/README.md) - Provides the capability to dynamically expose query endpoints.
* [Reward](./reward/spec/README.md) - Provides a system for distributing rewards to accounts.
* [Trigger](./trigger/spec/README.md) - Provides a system for triggering transactions based on predeterminded events.

0 comments on commit 0bfc193

Please sign in to comment.