This script allows you to mint SUI testnet NFTs
- Generating account
- Requesting Sui from faucet (rate limited)
- Minting testnet NFTs
- Logging link to explorer with minted NFTs
To run this bot you need to have pool of proxies.
Mnemonics from generated accounts will be saved to file mnemonic.txt
- Download ZIP and extract it to a folder
- Install node.js:
https://nodejs.org/en/
(LTS) - Paste your proxies in
proxy.txt
(ip:port@login:password), each proxy on a new line - Open folder with the bot in
cmd
cd <path to folder with script>
- Install dependencies
npm install
- Start
node index