onflow / freshmint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On-demand minting

psiemens opened this issue · comments

Currently Freshmint pre-mints all NFTs. This is a placeholder issue to brainstorm methods for on-demand minting.

Freshmint can add a create-edition command to allow users to create an edition without minting into it. This allows minting to happen separately.

It's not possible to create edition templates by running fresh mint --templates. Implemented in #164