The Martian NFT bot is a script designed to allow users to mint testnet Martian NFTs. Before running the bot, users need to obtain testnet APT coins from the faucet provided by aptoslabs.com.
To set up the bot, users should download the ZIP file and extract it to a folder on their computer. They should then install Node.js, which can be downloaded from the official website (nodejs.org/en/) using the LTS version.
Next, users should configure their private key and other settings in the config.js file included with the bot. Once the settings are configured, users should open the folder containing the bot in the command prompt and run the command "cd ".
After navigating to the folder, users should run the command "npm install" to install the necessary dependencies. Once the dependencies are installed, users can start the bot by running the command "node index".
In summary, to mint testnet Martian NFTs using the Martian NFT bot, users need to obtain testnet APT coins, set up their private key and other settings in the config.js file, install Node.js and the bot's dependencies, and then run the bot using the "node index" command