Skip to content

iota-community/shimmer-nft-collection-rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create NFT Collection

Mints a NFT Collection and sends NFT to addresses in a CSV list

Run

  1. Prepare .env file:
cp .env.example .env

Change the values in the new created .env file.

  1. Create a new account:
cargo run --bin create-account --release
  1. 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.

  1. Create Collection NFT
cargo run --bin create-collection-nft --release
  1. Mint NFTs
cargo run --bin create-nfts --release
  1. Send NFTs to addresses in the CSV file.
cargo run --bin send-nfts-to-csv --release < drop.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%