We-Bump / Lighthouse-cli

MIT License
41 stars 34 forks source link

Way to cap the number of tokens per groups #4

Open DloomPlz opened 8 months ago

DloomPlz commented 8 months ago

Is there any way to cap the number of NFTs minted per group ? For example having public first capped at 1k NFTs minted then have the whitelist group mint the rest of the supply ?

Thanks in advance :)

ibrahimahmed commented 8 months ago

I think you can do it by just calulcation of wallets collected and how many you can mint , and do not allow all mints at the same time

celsosa commented 8 months ago

I think you can do it by just calulcation of wallets collected and how many you can mint , and do not allow all mints at the same time

if we do not end the whitelist phase before open public, noth will work right? Whitelsit wallets can mint on whitelsit and not whitelisted can mint on public?