Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2022
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. {
  2. "name": "NFT Name",
  3. "symbol": "SYMBOL",
  4. "description": "Some description here",
  5. "seller_fee_basis_points": 1000,
  6. "image": "0.png",
  7. "animation_url": "required for mp4",
  8. "external_url": "Link to website/twitter",
  9. "attributes": [
  10. {
  11. "trait_type": "Trait Name",
  12. "value": "Trait Value"
  13. }
  14. ],
  15. "properties": {
  16. "files": [
  17. {
  18. "uri": "0.png",
  19. "type": "image/png"
  20. }
  21. ],
  22. "category": "image",
  23. "creators": [
  24. {
  25. "address": "YOUR WALLET ADDRESS",
  26. "share": 0,
  27. "verified": false
  28. }
  29. ]
  30. },
  31. "collection": {
  32. "family": "Collection family",
  33. "name": "Collection name"
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement