Connect your wallet and curate collections where NFTs are grouped by specific tags.
No tags defined yet.
Enter custom tags for this asset and click save.
Properties
"],"name":"Shader Wars 087","mediaType":"text/html"}],"description":"This is an on chain generative audiovisual interactive project","mediaType":"image/png","properties":{"Background":"Purple","Music":"OG Wars","BulletsSpeedBoost":"30","Grid":"Dots","Border":"Bronze","ShipSpeedBoost":"15","Attract":"Cloners","Edition":"OfficerClass"}});
if (jsonData) {
console.log('Parsed successfully:', jsonData);
} else {
console.error('Failed to parse JSON');
}
//console.log('Parsed JSON Data:', jsonData);
// Remove null and unwanted properties
delete jsonData.image;
delete jsonData.files;
// Function to create a table from JSON
// Display formatted JSON as table in the HTML element
var jsonOutputElement = document.getElementById("jsonOutput");
if (window.formatJSONAsTable) {
jsonOutputElement.innerHTML = window.formatJSONAsTable(jsonData);
} else {
jsonOutputElement.innerText = JSON.stringify(jsonData, null, 2);
}