Advertisement
Guest User

Untitled

a guest
Jul 26th, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Cardano NFT format
  2. {
  3. "721": {
  4. "{policy_id}": {
  5. "{policy_name}": {
  6. "name": "<required>",
  7. "description": "<optional>",
  8. "sha256": "<required>",
  9. "type": "<required>",
  10. "image": "<required>",
  11. "location": {
  12. "ipfs": "<required>",
  13. "https": "<optional>",
  14. "arweave": "<optional>"
  15. }
  16. }
  17. }
  18. }
  19. }
  20.  
  21. Steam item format
  22. {
  23. "itemdefid": 10,
  24. "type": "playtimegenerator",
  25. "bundle": "100x100;101x50;102x25;103x2;110x20;111x20;120x5;121x3",
  26. "name": "Drop Generator",
  27. "name_color": "7D6D00",
  28. "background_color": "3C352E",
  29. "item_slot": "generator",
  30. "icon_url": "http://cdn.beta.steampowered.com/apps/440/icons/c_fireaxe_pyro_xmas_large.fa878752e1aa09a721a03042a234063b6c929278.png",
  31. "icon_url_large": "http://cdn.beta.steampowered.com/apps/440/icons/c_fireaxe_pyro_xmas_large.fa878752e1aa09a721a03042a234063b6c929278.png",
  32. "tradable": false,
  33. "marketable": false
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement