The foundational programmable IP metadata on Story
Standard | What is it? | |
---|---|---|
NFT | Opensea ERC721 Standard | Things like name , description , image , attributes , animation_url , etc |
IP | 📝 IPA Metadata Standard | More specific to Story, this includes necessary information about the underlying content for infringement checks, authors of the work, etc |
WorkflowStructs.sol
contract here.ipMetadataURI
- a URI pointing to a JSON object that follows the 📝 IPA Metadata StandardipMetadataHash
- hash of the ipMetadataURI
JSON objectnftMetadataURI
- a URI pointing to a JSON object that follows the Opensea ERC721 StandardnftMetadataHash
- hash of the nftMetadataURI
JSON object