A simple CLI tools to empty crypto wallet & send to your other wallet, Build with Nodejs using Ethers API
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
- 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"]
Termux | Dcoder |
---|---|
If you want to create free JSON-RPC Provider account
If you want discuss, feel free to visit