@patchworkdev/common
Version:
Patchwork Development Kit
24 lines (23 loc) • 535 B
JSON
{
"$schema": "https://patchwork.dev/schema/patchwork-contract-config.schema.json",
"scopeName": "test",
"name": "TwoInts",
"symbol": "TWOINTS",
"baseURI": "https://mything/my/",
"schemaURI": "https://basic.xyz/schema/basic.json",
"imageURI": "https://mything/my/{tokenID}.png",
"fields": [
{
"id": 1,
"key": "i8",
"type": "int8",
"description": "Short Name"
},
{
"id": 2,
"key": "i16",
"type": "int16",
"description": "Short Name"
}
]
}