This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<script> | |
// Generates a random hash and token id each time you reload, in the following format | |
//let tokenData = {"hash":"0xd9134c11cd5ed9798ea0811364d63bd850c69c5d13383c9983ade39847e9ea86","tokenId":"99000000"}; | |
function genTokenData(projectNum) | |
{ | |
let data = {}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"external_url": "https://api.artblocks.io/generator/18000234", | |
"name": "MyProject by Me #234", | |
"image": "https://api.artblocks.io/generator/18000234.jpg", | |
"attributes": [{ | |
"trait_type": "serial_num", | |
"value": 234, | |
"max_value": 500, | |
"display_type": "number" | |
}, |