Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what does data/nft/collection.json contain? #1

Open
maestroh1git opened this issue Sep 9, 2022 · 0 comments
Open

what does data/nft/collection.json contain? #1

maestroh1git opened this issue Sep 9, 2022 · 0 comments

Comments

@maestroh1git
Copy link

I want to airdrop NFTs to a group of whitelisted addresses, and I found this repo.

Does the data/nft/collection.json contain the metadata for each nft in the form of...
{ "name": "NFT #1", "symbol": "", "description": "Community Drop Collab", "seller_fee_basis_points": 0, "image": "https://www.arweave.net/abcd5678?ext=png", "animation_url": "https://www.arweave.net/efgh1234?ext=mp4", "external_url": "", "attributes": [ { "trait_type": "NFT", "value": "yes" }, { "trait_type": "whitelisted", "value": "yes" }, { "trait_type": "collab", "value": "yes" } ], "collection": { "name": "cNFTc", "family": "c" }, "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 } ] } }

or its just a list of addresses?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant