UNPKG

@patchworkdev/common

Version:

Patchwork Development Kit

54 lines (53 loc) 1.14 kB
{ "$schema": "https://patchwork.dev/schema/patchwork-contract-config.schema.json", "scopeName": "test", "name": "Basic1: Complex Name", "symbol": "BASIC", "baseURI": "https://mything/my/", "schemaURI": "https://basic.xyz/schema/basic.json", "imageURI": "https://mything/my/{tokenID}.png", "fields": [ { "id": 1, "key": "name", "type": "char16", "description": "Short Name" }, { "id": 2, "key": "fieldu16", "type": "uint16", "description": "Some Uint16" }, { "id": 3, "key": "fieldu128a", "type": "uint128", "description": "Some Uint128" }, { "id": 4, "key": "fieldu128b", "type": "uint128", "description": "Some Uint128" }, { "id": 5, "key": "fieldu32", "type": "uint32", "description": "Some Uint32" }, { "id": 6, "key": "c8", "type": "char8", "description": "c8" }, { "id": 7, "key": "addr", "type": "address", "description": "address" } ] }