Skip to content

JawaPrideAirdrop/SONIC-BOT-JAWA-PRIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SONIC-BOT-JAWA-PRIDE

JAWA PRIDE AIRDROP

Sonic Bot

Sonic Bot is a Node.js application for sending SOL (Solana) cryptocurrency transactions using seed phrases or private keys to random addresses.

Features

  • Transaction Sending: Sends SOL transactions from multiple accounts to random addresses.

Prerequisites

  • Node.js installed on your machine
  • npm or yarn package manager

Installation

  1. Clone the repository:

    git clone https://github.com/Wawanahayy/SONIC-BOT-JAWA-PRIDE.git
  2. Navigate into the project directory:

    cd SONIC-BOT-JAWA-PRIDE
  3. Install dependencies:

    npm install
    # or
    yarn install
  4. Prepare input files:

    • Create accounts.json with an array of seed phrases.
    • Create privateKeys.json with an array of private keys (base58 encoded).

    Example accounts.json:

    [
      "seed_phrase_1",
      "seed_phrase_2"
    ]

    Example privateKeys.json:

    [
      "base58_private_key_1",
      "base58_private_key_2"
    ]

Usage

Run the bot using Node.js:

npm start

Follow the prompts to select the input method (0 for seed phrase, 1 for private key), specify the number of random addresses to generate, and enter the amount of SOL to send in each transaction.

Contributing

Contributions are welcome! Feel free to open issues or pull requests for any improvements or fixes.

About

JAWA PRIDE AIRDROP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published