UNPKG

@infinixjoyd/metaplex-auth-service

Version:

A client library for nft.storage designed for metaplex NFT uploads

238 lines (237 loc) 9.04 kB
{ "valid": [ { "description": "Example from https://docs.metaplex.com/nft-standard", "content": { "name": "Solflare X NFT", "symbol": "", "description": "Celebratory Solflare NFT for the Solflare X launch", "seller_fee_basis_points": 0, "image": "https://www.arweave.net/abcd5678?ext=png", "animation_url": "https://www.arweave.net/efgh1234?ext=mp4", "external_url": "https://solflare.com", "attributes": [ { "trait_type": "web", "value": "yes" }, { "trait_type": "mobile", "value": "yes" }, { "trait_type": "extension", "value": "yes" } ], "collection": { "name": "Solflare X NFT", "family": "Solflare" }, "properties": { "files": [ { "uri": "https://www.arweave.net/abcd5678?ext=png", "type": "image/png" }, { "uri": "https://watch.videodelivery.net/9876jkl", "type": "unknown", "cdn": true }, { "uri": "https://www.arweave.net/efgh1234?ext=mp4", "type": "video/mp4" } ], "category": "video", "creators": [ { "address": "SOLFLR15asd9d21325bsadythp547912501b", "share": 100 } ] } } }, { "description": "Example from https://docs.metaplex.com/nft-standard with all optional fields removed", "content": { "name": "Solflare X NFT", "symbol": "", "seller_fee_basis_points": 0, "image": "https://www.arweave.net/abcd5678?ext=png", "properties": { "files": [ { "uri": "https://www.arweave.net/abcd5678?ext=png", "type": "image/png" } ], "creators": [ { "address": "SOLFLR15asd9d21325bsadythp547912501b", "share": 100 } ] } } } ], "invalid": [ { "description": "Missing name", "content": { "symbol": "", "description": "Celebratory Solflare NFT for the Solflare X launch", "seller_fee_basis_points": 0, "image": "https://www.arweave.net/abcd5678?ext=png", "animation_url": "https://www.arweave.net/efgh1234?ext=mp4", "external_url": "https://solflare.com", "attributes": [ { "trait_type": "web", "value": "yes" }, { "trait_type": "mobile", "value": "yes" }, { "trait_type": "extension", "value": "yes" } ], "collection": { "name": "Solflare X NFT", "family": "Solflare" }, "properties": { "files": [ { "uri": "https://www.arweave.net/abcd5678?ext=png", "type": "image/png" }, { "uri": "https://watch.videodelivery.net/9876jkl", "type": "unknown", "cdn": true }, { "uri": "https://www.arweave.net/efgh1234?ext=mp4", "type": "video/mp4" } ], "category": "video", "creators": [ { "address": "SOLFLR15asd9d21325bsadythp547912501b", "share": 100 } ] } } }, { "description": "Missing image", "content": { "name": "Solflare X NFT", "symbol": "", "description": "Celebratory Solflare NFT for the Solflare X launch", "seller_fee_basis_points": 0, "animation_url": "https://www.arweave.net/efgh1234?ext=mp4", "external_url": "https://solflare.com", "attributes": [ { "trait_type": "web", "value": "yes" }, { "trait_type": "mobile", "value": "yes" }, { "trait_type": "extension", "value": "yes" } ], "collection": { "name": "Solflare X NFT", "family": "Solflare" }, "properties": { "files": [ { "uri": "https://www.arweave.net/abcd5678?ext=png", "type": "image/png" }, { "uri": "https://watch.videodelivery.net/9876jkl", "type": "unknown", "cdn": true }, { "uri": "https://www.arweave.net/efgh1234?ext=mp4", "type": "video/mp4" } ], "category": "video", "creators": [ { "address": "SOLFLR15asd9d21325bsadythp547912501b", "share": 100 } ] } } }, { "description": "Missing properties.creators", "content": { "name": "Solflare X NFT", "symbol": "", "description": "Celebratory Solflare NFT for the Solflare X launch", "seller_fee_basis_points": 0, "image": "https://www.arweave.net/abcd5678?ext=png", "animation_url": "https://www.arweave.net/efgh1234?ext=mp4", "external_url": "https://solflare.com", "attributes": [ { "trait_type": "web", "value": "yes" }, { "trait_type": "mobile", "value": "yes" }, { "trait_type": "extension", "value": "yes" } ], "collection": { "name": "Solflare X NFT", "family": "Solflare" }, "properties": { "files": [ { "uri": "https://www.arweave.net/abcd5678?ext=png", "type": "image/png" }, { "uri": "https://watch.videodelivery.net/9876jkl", "type": "unknown", "cdn": true }, { "uri": "https://www.arweave.net/efgh1234?ext=mp4", "type": "video/mp4" } ], "category": "video" } } } ] }