NFT Creation Flows
VORJ offers three distinct NFT creation flows.
Last updated
Was this helpful?
VORJ offers three distinct NFT creation flows.
Last updated
Was this helpful?
Was this helpful?
[
{
"tokenId": "1",
"data": {
"name": "TokenId 1 Name",
"description": "TokenId 1 Description",
"edition": "1",
"attributes": [
{
"trait_type": "Trait Type 1 Name",
"value": "Trait Type 1 Value"
},
{
"trait_type": "Trait Type 2 Name",
"value": "Trait Type 2 Value"
}
]
}
},
{
"tokenId": "2",
"data": {
"name": "TokenId 2 Name",
"description": "TokenId 2 Description",
"edition": "2",
"attributes": [
{
"trait_type": "Trait Type 1 Name",
"value": "Trait Type 1 Value"
},
{
"trait_type": "Trait Type 2 Name",
"value": "Trait Type 2 Value"
}
]
}
}
]