nft-bot
nft-bot copied to clipboard
A script for minting NFT's
Install Dependencies
Installing modules for only this package can cause conflicts. Do these commands from the top directory. This will install modules for all the repo's packages.
yarn install
Create a .env file
Inside of a new .env file, update INFURA_API to your Infura URL.
Run Script
This will continously call the main() function to try and mint your NFT, and will stop once the sale is active and your tx is sent.
yarn mint