@patchworkdev/common
Version:
Patchwork Development Kit
20 lines (19 loc) • 496 B
JSON
{
"$schema": "https://patchwork.dev/schema/patchwork-contract-config.schema.json",
"scopeName": "test",
"name": "AccountPatch",
"symbol": "AP",
"baseURI": "https://mything/my/",
"schemaURI": "https://mything/my-metadata.json",
"imageURI": "https://mything/my/{tokenID}.png",
"features": ["accountpatch"],
"fields": [
{
"id": 1,
"key": "name",
"type": "char32",
"description": "Name",
"functionConfig": "all"
}
]
}