Tool that runs on terminal to achieve concurrent batch mint FLOW NFT based on multiple proposal key and queue.
- flow-cli
- redis server, serves as backend of the Bull queue. On MacOS, install and start from brew.
brew install redis
brew services start redis
- intialized project
yarn
- run shell script to add proposal keys to your account
flow emulator -v --transaction-expiry 600
./augment_proposal_key.sh <n>
- run example
yarn mint
modify the minter.js
to add your own mint logic.