nftchance / nft-nondilutive

v1 of Mimetic Metadata (off-chain) focusing on Non-Dilutive NFT Updates
https://nftchance.medium.com/mimetic-metadata-how-to-create-a-truly-non-dilutive-nft-collection-in-2022-746a01f886c5
MIT License
44 stars 10 forks source link

Question on EIP-2981 #1

Open C0retek opened 2 years ago

C0retek commented 2 years ago

First of all thanks for your efforts on the Mimetic Metadata - just read the articles and even though I still have to dig through the repo to see how it works out I was wondering how in this approach EIP-2981 (Onchain Royalty) would be implemented.

If we are building an evolutive Art piece for example and want to be able to sell the "Childs" independently I'll not clear if / how EIP-2981 could be implemented using Mimetic Metadata at the same time. Maybe I'm missing something...

nftchance commented 2 years ago

You could for sure maintain the use of 2981 -- It would be collection wide though. if you want multiple 'collection' operations inside the same contract for minimal usage I would recommend the use of a Minimal Proxy factory.

I do believe there's a way to do token royalties (someone has done it in the past I think?) but I can't recall of the top of my head.