Hi all,
I read FAQ 1. Token Listing & Verification - Minswap
I want to know exactly what information fields are required to verify the token ?
Are logo and decimal required? Currently my json metadata only has the fields “name” , “policy” , “description”
{
"subject": "xxx",
"name": {
"sequenceNumber": 0,
"value": "xxx",
"signatures": [
{
"signature": "xxx",
"publicKey": "xxx"
}
]
},
"policy": "xxx",
"description": {
"sequenceNumber": 0,
"value": "xxx",
"signatures": [
{
"signature": "xxx",
"publicKey": "xxx"
}
]
}
}