Open vikiival opened 1 year ago
@vikiival As you know TokenIdenity was meant to group NFT's that share the same image into one to remove visual spam from /explorer
what is the relationship between this new Entity
and other schema types?
what is the relationship between this new Entity and other schema types?
Both CollectionEntity and NFTentity share these traits. No new Entity is introduced
in mappings/nfts/setAttribute check if key is image / media / name and mutate this values accordingly.
since TokenEntity
also has these traits, it would also need to be mutated in mappings/nfts/setAttribute
field as shown below can become mutable via on-chain attributes. It works same for Collections and also NFTs.
How to implement
in
mappings/nfts/setAttribute
check if key isimage / media / name
and mutate this values accordingly.Questions
@daiagi how this logic would alter the
TokenEntity
?Ref