We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Someone was able to mint NFT with the broken metadata and yet we are unable to parse them.
https://canary.kodadot.xyz/ahk/gallery/180-3691204538
Seems their metadata has wrong format?
"image": "ipfs://ipfs/ipfs://ipfs/QmbM7cNWybBCCxyzUBQxhJ25qJ4Ecv7fGDgbFtFnhaSvaT",
"mediaUri": "ipfs://ipfs/ipfs://ipfs/QmbM7cNWybBCCxyzUBQxhJ25qJ4Ecv7fGDgbFtFnhaSvaT",
https://image-beta.w.kodadot.xyz/ipfs/bafkreidpi55n4lhjsn45eg6jopsiwptenyqarl7pyfg2xa52erpt4qhvwe
Write a simple validator that returns '' when the image and animation url content is not correct.
''
Valid cases:
most of the stuff is handled by @kodadot/minipfs but happy to deduplicate the code into some other common package
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Someone was able to mint NFT with the broken metadata and yet we are unable to parse them.
https://canary.kodadot.xyz/ahk/gallery/180-3691204538
Seems their metadata has wrong format?
"image": "ipfs://ipfs/ipfs://ipfs/QmbM7cNWybBCCxyzUBQxhJ25qJ4Ecv7fGDgbFtFnhaSvaT",
"mediaUri": "ipfs://ipfs/ipfs://ipfs/QmbM7cNWybBCCxyzUBQxhJ25qJ4Ecv7fGDgbFtFnhaSvaT",
https://image-beta.w.kodadot.xyz/ipfs/bafkreidpi55n4lhjsn45eg6jopsiwptenyqarl7pyfg2xa52erpt4qhvwe
Task
Write a simple validator that returns
''
when the image and animation url content is not correct.Valid cases:
REF
The text was updated successfully, but these errors were encountered: