UNPKG

@patchworkdev/common

Version:

Patchwork Development Kit

25 lines (24 loc) 595 B
{ "$schema": "https://patchwork.dev/schema/patchwork-contract-config.schema.json", "scopeName": "test", "name": "DynRef", "symbol": "DR", "baseURI": "https://mything/my/", "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" } ] }