Advertisement
Guest User

Untitled

a guest
Sep 27th, 2021
20,899
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1.  
  2. "seller_fee_basis_points": 250, // this defines your royalties (250 = 2.5% || 1000 = 10% || etc)
  3. "collection": {
  4. "name": "Freedom Fishies", // the name of your collection
  5. "family": "Freedom Fishies" //the family of your collection
  6. },
  7. "properties": {
  8. "files": [
  9. {
  10. "uri": "image.png",
  11. "type": "image/png"
  12. }
  13. ],
  14. "category": "image",
  15. "creators": [
  16. {
  17. "address": "CVVRZkyMJpKDCuLoVBLyZ7gvgntEDLacCBhQWe57R5iF", // the address you want to receive your payments
  18. "share": 100
  19. }
  20. ]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement