@patchworkdev/common
Version:
Patchwork Development Kit
24 lines (23 loc) • 558 B
JSON
{
"$schema": "https://patchwork.dev/schema/patchwork-contract-config.schema.json",
"scopeName": "test",
"name": "DynString",
"symbol": "DYNSTR",
"baseURI": "https://mything/my/",
"schemaURI": "https://basic.xyz/schema/dynstring.json",
"imageURI": "https://mything/my/{tokenID}.png",
"fields": [
{
"id": 1,
"key": "fieldu128a",
"type": "uint128",
"description": "Some Uint128"
},
{
"id": 2,
"key": "str",
"type": "string",
"description": "dynamic string"
}
]
}