olta-art / editions-auction

Dutch auction style drop mechanic for editions
GNU General Public License v3.0
0 stars 2 forks source link

Be able to mint any edition Id #14

Closed george-e-d-g-e closed 2 years ago

george-e-d-g-e commented 2 years ago

It would be desirable to mint a specific NFT ID. Especially for generative artworks. It would mean we can still take the benefits of lazy minting. It would require some changes to the Olta-Nft-Editions. that then would need to be updated in this Auction contract.

Solution A: allow for minting of any ID

Solution B: on mint add a seed number to the NFT.

Potential downside being that it further diverges from the zora-NFT-Editions contract.