Assignee examples
Dynamic references
Contract config examples
- Basic Patchwork721
- Complex metadata with arrays
- Fragment examples
- Assignee examples
- Patch examples
- Patch + Fragment
- Patch + Assignee
Assignee examples
Dynamic references
{
"scopeName": "test",
"name": "DynRef",
"symbol": "DR",
"schemaURI": "https://mything/my-metadata.json",
"imageURI": "https://mything/my/{tokenID}.png",
"fields": [
{
"id": 1,
"key": "attributeIDs",
"type": "literef",
"arrayLength": 0,
"description": "Dynamic attributes"
},
{
"id": 2,
"key": "name",
"type": "char32",
"description": "Name"
}
]
}