Attributes and final meta clean up #310
Unanswered
Shasti001
asked this question in
Help + Q&A
Replies: 1 comment
-
you would need the original metadata exported for ETH and then run a custom script to reformat it. What metadata standard is this for? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the meta is written as follows
{
"name": "Project name",
"description": "Project description.",
"image": "URL",
"dna": "#",
"edition": # ,
"date": #,
"attributes": [
{
"trait_type": "Value",
"value": "Vale"
},
{
"trait_type": "Value",
"value": "Vale"
},
"trait_type": "Value",
"value": "Vale"
}
]
}
My ask is how would you get the meta cleaned to be written like below. So removing the attributes just having the trait and value.
}
}
Beta Was this translation helpful? Give feedback.
All reactions