HashLips / generative-art-node

Create generative art by using the canvas api and node js
MIT License
2.15k stars 914 forks source link

Standard open sea metadata #88

Open tohiba opened 3 years ago

tohiba commented 3 years ago

{ "description": "Friendly OpenSea Creature that enjoys long swims in the ocean.", "external_url": "https://openseacreatures.io/3", "image": "https://storage.googleapis.com/opensea-prod.appspot.com/puffs/3.png", "name": "Dave Starbelly", "attributes": [ ... ], }

this is standart metadata
how to adapt the currently displayed metadata to these standards?

"hash": "01112931146", "decodedHash": [ { "0": 1 }, { "1": 1 }, { "2": 9 }, { "3": 11 }, { "4": 6 } ], "edition": 1, "date": 1633256491259, "attributes": [ { "id": 1, "layer": "backround", "name": "0DB0C7", "rarity": "original" }, { "id": 1, "layer": "Dino", "name": "dino0", "rarity": "original" }, { "id": 9, "layer": "fyaes", "name": "yeas8", "rarity": "original" }, { "id": 11, "layer": "head", "name": "head5", "rarity": "original" }, { "id": 6, "layer": "weapons", "name": "cig", "rarity": "original" } ] }

d-sfounis commented 3 years ago

Please format your post.