cnNftMetadata.json 623 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "CNART",
  3. "description": "ChuckNoriumArtwork",
  4. "image": "https://pngimg.com/image/31756",
  5. "image_integrity": "sha256-/tih/7ew0eziEZIVD4qoTWb0YrElAuRG3b40SnEstyk=",
  6. "properties": {
  7. "simple_property": "ChuckNorium artwork",
  8. "rich_property": {
  9. "name": "ChuckNoriumArt",
  10. "value": "001",
  11. "display_value": "001",
  12. "class": "emphasis",
  13. "css": {
  14. "color": "#ffffff",
  15. "font-weight": "bold",
  16. "text-decoration": "underline"
  17. }
  18. },
  19. "array_property": {
  20. "name": "Artwork",
  21. "value": [1, 2, 3, 4],
  22. "class": "emphasis"
  23. }
  24. }
  25. }