Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 448 Bytes

minting-assets.md

File metadata and controls

16 lines (9 loc) · 448 Bytes

Minting assets

To run the bulk-mint script:

To mint:

npm run bulk-mint -- -n 20 -w <YOUR_WALLET_ADDRESS>

-n - the number you wish to mint (cannot exceed BULK_MINT_MAX in .env. Only change this value if you feel you must).

-w - the wallet you wish to mint your NFTs to

For each contract (TOKEN_ADDRESS) you are minting tokens for, remember to set the TOKEN_ID in the .env to the latest incremented index.