Skip to content

hanzvibes/tx-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks