Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 519 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 519 Bytes

Martian NFT bot

This script allows you to mint testnet martian NFTs

Get testnet coins

To run this bot you need to have testnet APT coins

Faucet: https://aptoslabs.com/testnet-faucet

Setup bot

  1. Download ZIP and extract it to a folder
  2. Install node.js: https://nodejs.org/en/ (LTS)
  3. Setup your private key and other settings in config.js
  4. Open folder with the bot in cmd
cd <path to folder with script>
  1. Install dependencies
npm install
  1. Start
node index