Mints a NFT Collection and sends NFT to addresses in a CSV list
- Prepare
.env
file:
cp .env.example .env
Change the values in the new created .env
file.
- Create a new account:
cargo run --bin create-account --release
- Get your address:
cargo run --bin get-address --release
Now you need to add tokens to the address. You can use the Shimmer Faucet in the testnet.
- Create Collection NFT
cargo run --bin create-collection-nft --release
- Mint NFTs
cargo run --bin create-nfts --release
- Send NFTs to addresses in the CSV file.
cargo run --bin send-nfts-to-csv --release < drop.csv