Patch examples
Patch for ERC721 targets
Contract config examples
- Basic Patchwork721
- Complex metadata with arrays
- Fragment examples
- Assignee examples
- Patch examples
- Patch + Fragment
- Patch + Assignee
Patch examples
Patch for ERC721 targets
{
"scopeName": "test",
"name": "Patch",
"symbol": "PATCH",
"schemaURI": "https://mything/my-metadata.json",
"imageURI": "https://mything/my/{tokenID}.png",
"features": ["patch"],
"fields": [
{
"id": 1,
"key": "name",
"type": "char32",
"description": "Name"
}
]
}