Contract config examples
Patch + Assignee
Contract config examples
- Basic Patchwork721
- Complex metadata with arrays
- Fragment examples
- Assignee examples
- Patch examples
- Patch + Fragment
- Patch + Assignee
Contract config examples
Patch + Assignee
{
"scopeName": "test",
"name": "PatchFragment",
"symbol": "PFRAG",
"schemaURI": "https://mything/my-metadata.json",
"imageURI": "https://mything/my/{tokenID}.png",
"features": ["patch"],
"fields": [
{
"id": 1,
"key": "name",
"type": "char32",
"description": "Name"
},
{
"id": 1,
"key": "frags",
"type": "literef",
"description": "My 6 Fragments",
"arrayLength": 6
},
]
}