Git Product home page Git Product logo

evm-auto-transfer's Introduction

EVM Auto Transfer

Welcome to the evm-auto-transfer repository! This script allows you to automate transactions across multiple EVM-compatible networks. Whether you're interacting with testnets or mainnets, this tool simplifies the process, especially for tasks requiring multiple transfers.

Features

  • ๐Ÿ“ก Dynamic RPC URL, chain ID, and explorer integration from JSON files.
  • ๐Ÿ”„ Automated transaction processing for multiple addresses.
  • ๐Ÿš€ Easily configurable for various networks (testnets and mainnets).
  • ๐Ÿ”’ Secure handling of private keys.

Getting Started

Prerequisites

Ensure you have the following installed:

  • Node.js (v14 or higher)
  • npm (Node Package Manager)

Installation

  1. Clone the repository:

    git clone https://github.com/dante4rt/evm-auto-transfer.git
    cd evm-auto-transfer
  2. Install the necessary packages:

    npm install

Configuration

  1. Define the Chains:

    • You'll need to specify the network details in JSON files located in the /chains directory. Create two JSON files: testnet.json and mainnet.json.

    • Each file should contain an array of objects with the following structure:

      [
          {
              "name": "Network Name",
              "rpcUrl": "https://rpc-url",
              "chainId": "1234",
              "symbol": "TOKEN",
              "explorer": "https://explorer-url"
          }
      ]
    • Example for testnet.json:

      [
          {
              "name": "Plume Testnet",
              "rpcUrl": "https://plume-testnet-rpc.example.com",
              "chainId": "8888",
              "symbol": "PLUME",
              "explorer": "https://plume-testnet-explorer.example.com"
          }
      ]
  2. Define Private Keys:

    • Store your private keys securely inside a privateKeys.json file in the root directory. This file should contain an array of private keys as strings:

      [
          "0xYOUR_PRIVATE_KEY_1",
          "0xYOUR_PRIVATE_KEY_2"
      ]

      โš ๏ธ Important: Keep this file secure and avoid exposing your private keys!

Usage

  1. Run the script:

    npm start
  2. Select your network environment (Testnet/Mainnet) and choose the chain from the provided list using the arrow keys.

  3. Define the number of transactions you want to process, and let the script handle the rest!

Contribution

Contributions are welcome! Please fork the repository and submit a pull request with your improvements.

Donations

If you would like to support the development of this project, you can make a donation using the following addresses:

  • Solana: GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP
  • EVM: 0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44
  • BTC: bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8

License

This project is licensed under the MIT License. See the LICENSE file for details.


โญ๏ธ If you find this project helpful, feel free to give it a star!

evm-auto-transfer's People

Contributors

dante4rt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.