Skip to content

vikitoshi/INFTS-Auto-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

INFTS Auto Bot

An automated bot for minting and interacting with Intelligent NFTs (iNFTs) on the Sui testnet.

Features ✨

  • Automated minting of iNFTs on Sui testnet
  • Random NFT generation with unique names, descriptions, and images
  • Interaction with iNFTs through chat API
  • Proxy support for anonymity
  • Multi-wallet support

Prerequisites 📋

  • Node.js (v18 or higher)
  • npm or yarn
  • Sui testnet wallets with private keys
  • (Optional) Proxies in proxies.txt file

Installation ⚙️

  1. Clone the repository:

    git clone https://github.com/vikitoshi/INFTS-Auto-Bot.git
    cd INFTS-Auto-Bot
  2. Install dependencies:

    npm install
  3. Create a .env file with your private keys:

    PRIVATE_KEY_1=your_sui_testnet_private_key_1
    PRIVATE_KEY_2=your_sui_testnet_private_key_2
    # Add more keys as needed
  4. (Optional) Add proxies to proxies.txt:

    http://proxy1:port
    http://proxy2:port
    

Usage 🚀

Run the bot:

node index.js

The bot will:

  1. Ask for the number of chat interactions to perform
  2. Process each wallet sequentially:
    • Generate random NFT metadata
    • Upload image and metadata to Walrus storage
    • Mint the iNFT on Sui testnet
    • Perform the specified number of chat interactions

Configuration ⚙️

You can modify the following constants in the code:

  • INFT_PACKAGE: The package ID of the iNFT contract
  • ATOMA_API_KEY: API key for Atoma network
  • Random generation parameters (names, descriptions, etc.)

License 📄

This project is open source and available under the MIT License.

Disclaimer ⚠️

This bot is for educational purposes only. Use at your own risk. The developers are not responsible for any misuse or loss of funds.

About

An automated bot for minting and interacting with Intelligent NFTs (iNFTs) on the Sui testnet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors