-
Notifications
You must be signed in to change notification settings - Fork 4
Description
As NFT creator
I want to validate the metadata with CHIP-0007
so I could mint CHIP-0007 complaint NFTS
Acceptance Criteria:
I know this is done when,
Case -1:
When a user on spacescan home page
then view a sub-menu "metadata-validator" under More -> tools menu
Once clicked it loads NFT Metadata validator page
Case -2:
When a user is in NFT metadata validator page and Paste a metadata string into the text area
then the validator should validate and provide the status and corrections under the text area.
Case - 3
When a user is in NFT metadata validator page and Paste a metadata
if the metadata is valid show the green Tick mark symbol with text saying "Follows CHIP-0007 standard"
Case - 4
When a user is in NFT metadata validator page and Paste a metadata
if the metadata is not valid show the orange cross mark symbol with text saying "Not following CHIP-0007 standard"
then show the error from the schema validator below that message so user can fix it.