Whitelist

Add addresses to your whitelist as well as how many number of items each member can mint.

You can reach this page by navigating to http://localhost:3000/whitelist.

The parameters are:

  • Address : The aleo address you want to whitelist

  • Maximum Number of Items : The maximum of number of NFTs the address is able to mint.

Once you add an address to the whitelist or you have any addresses added on the whitelist, you should be able to see the complete list in the section below the form. The program has no limits on the number of addresses you're able to whitelist.

At the time of this documentation, Aleo does not support removing items from mappings, which means addresses cannot be removed from the whitelist. However, an address's number of items to mint can be set to 0, which effectively prevent that address from minting.

Last updated