This script allows you to mint testnet martian NFTs
To run this bot you need to have testnet APT coins
Faucet: https://aptoslabs.com/testnet-faucet
- Download ZIP and extract it to a folder
- Install node.js:
https://nodejs.org/en/
(LTS) - Setup your private key and other settings in
config.js
- Open folder with the bot in
cmd
cd <path to folder with script>
- Install dependencies
npm install
- Start
node index