Given a candy machine address how do you find the name of the collection?
https://explorer.solana.com/address/6TNFBdZR3kBYDxpqFkTVxVykk4ugUxL5xm7YnzWQ32WZ?cluster=devnet
Here's an example of the metadata on one of the tokens.
{
"name": "Tara Base Card",
"description": "Tara universe is a demo project to showcase the power of Meta Blocks Protocol. This base card is where the story begins.",
"image": "0.png",
"attributes":
[
{
"trait_type": "texture",
"value": "futuristic"
},
{
"trait_type": "slots",
"value": 4
}
],
"symbol": "TaraBase",
"seller_fee_basis_points": 1000,
"collection":
{
"name": "Tara Universe",
"family": "Meta Blocks Samples"
},
"properties":
{
"files":
[
{
"uri": "0.png",
"type": "image/png"
}
],
"category": "image",
"creators":
[
{
"address": "6JbtQgSifp1ibwXbMVJJWjry1YoSaoSLSMTkYQjsyzUA",
"share": 100
}
]
}
}