evm-auto-sender
v1.1.1
Published
typescript library to sending eth amount to random address or specific list address  ## Installation
Maintainers
Readme
EVM Auto Sender
typescript library to sending eth amount to random address or specific list address

Installation
Use the package manager npm to install foobar.
npm install evm-auto-senderUsage
import AutoSender from "evm-auto-sender";
const client = new AutoSender({
privateKey: "xxxxxxxxx",
rpc: "https://rpc.ankr.com/eth_goerli",
randomTarget: true,
});
client.start();