1.1.1 • Published 2 months ago

evm-auto-sender v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

EVM Auto Sender

typescript library to sending eth amount to random address or specific list address alt example

Installation

Use the package manager npm to install foobar.

npm install evm-auto-sender

Usage

import AutoSender from "evm-auto-sender";

const client = new AutoSender({
    privateKey: "xxxxxxxxx",
    rpc: "https://rpc.ankr.com/eth_goerli",
    randomTarget: true,
  });
client.start();
1.1.1

2 months ago

1.1.0

2 months ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.3

2 months ago