Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 490 Bytes

minting.md

File metadata and controls

7 lines (6 loc) · 490 Bytes

Mint an edition

- Calling `purchase` in the new drop contract. Mints a single edition to the callers address.
- Calling `mintEdition` in the new drop contract. Mints a single edition to any address.
- Calling `mintEditions` in the new drop contract. Mints a multiple editions to any address.
- Calling `canMint` in the new drop contract. Returns if the wallet can mint.
- Calling `getMintLimit` in the new drop contract. Returns how many edtions the wallet can mint.