You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework/docs/src/4_get_started/3_module_builder.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ The builder constructor takes three variables:
63
63
64
64
1.`module_id`: The module ID is a string that we defined above.
65
65
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).
67
67
68
68
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.
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:
0 commit comments