- You need .csv files in correct format in "csvs" folder
- You need to have images to be uploaded in "images" folder
- Create nftMetaDataFile.json and put
[](emtpy array) as content
- To mint the NFT you need contract address and contract abi in "blockchain/contracts/1.json" as
{"address":"",abi:[]} - You need Infura RPC in the .env file
- You need your wallet's private key
- Create account on https://infura.io/
- Create account on https://tatum.io/
Once everything is ready i.e:
- Contract in the contract folder
- CSV file in the csvs folder
- images in the images folder
- meta mask wallet private key
then just run
npm start
sample .env file is attached