Skip to content

Commit f8ec09d

Browse files
committed
include metadata page
1 parent 53691b7 commit f8ec09d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

framework/docs/src/4_get_started/3_module_builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The builder constructor takes three variables:
6363

6464
1. `module_id`: The module ID is a string that we defined above.
6565
2. `contract_version`: The contract version.
66-
3. `metadata`: An optional URL that can be used to retrieve data off-chain. Can be used with the Abstract Metadata Standard to automatically generate interactive front-end components for the module. This is explained in more detail in the [metadata section](./9_metadata.md).
66+
3. `metadata`: An optional URL that can be used to retrieve data off-chain. Can be used with the Abstract Metadata Standard to automatically generate interactive front-end components for the module. This is explained in more detail in the [metadata section](9_metadata.md).
6767

6868
Amazing! You now have a very basic Abstract module. You can now add your custom logic to your module by adding handlers to the module.
6969

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# Module Metadata
1+
# Module Metadata
2+
3+
Module metadata is a set of information that describes a module. This information is stored on-chain and can be accessed by anyone. The metadata includes the following fields:

framework/docs/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
- [Abstract Client](./4_get_started/5_abstract_client.md)
4444
- [Deployment](./4_get_started/7_module_deployment.md)
4545
- [Dependencies](./4_get_started/8_dependencies.md)
46+
- [Metadata](./4_get_started/9_metadata.md)
4647
- [Modules](./modules/index.md)
4748
- [CW Staking](./modules/cw-staking.md)
4849
- [Dex](./modules/dex.md)

0 commit comments

Comments
 (0)