DEV Community

Discussion on: How to Mint an NFT with JavaScript

Collapse
 
harinda05 profile image
Harinda Samarasekara

Hi,

Is there a way to allow a list of allowed accountIds to mint on a token? Rather than limited to a single accout? Just like in ethereum anyone can mint the token?

Collapse
 
0xjepsen profile image
Waylon Jepsen

Hey good question, currently there is support for a threshold key, with allows to be configured for a list of keys to all be valid signatures. I have been talking internally with support to leave the supply key empty (allowing anyone to mint as long as supply is below max supply).