hanzvibes / tx-bot

A simple CLI Tools to Empty Crypto Wallet & Send to your other Wallet Address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Screenshot

GitHub last commit

GitHub package.json dependency version (prod)




A simple CLI tools to empty crypto wallet & send to your other wallet, Build with Nodejs using Ethers API

Run Locally

Clone the project

  git clone https://github.com/hanzvibes/tx-bot

Go to the project directory

  cd tx-bot

Install dependencies

  npm install

Start

  node index.js

Configure edit index.js

  • Your JSON-RPC Provider
const provider = new ethers.providers.JsonRpcProvider("your_url")
  • Your main account address to receive balance
const receiverWallet = 'your_address'
  • Your other wallet private-key to send balance to main account address
const privateKeys = ["your_wallet_privatekey"]

Running Example Demo using Dcoder & Termux

Termux Dcoder
App Screenshot App Screenshot
App Screenshot App Screenshot

Free JSON-RPC Provider

If you want to create free JSON-RPC Provider account

Contact us

If you want discuss, feel free to visit

About

A simple CLI Tools to Empty Crypto Wallet & Send to your other Wallet Address

License:MIT License


Languages

Language:JavaScript 100.0%