A simple web page to drain an Ethereum account
This dapp allows users to send their entire ETH balance from one account to another account without leftover "dust".
- Connect to the dapp using a web3 provider such as MetaMask.
- Enter the receiving address and the amount of ETH to send.
- Press the "Send" button to initiate the transaction.
You must have a sufficient balance in your account to pay for the transaction's gas fees.
Always a good practice to double check the address you are sending the funds to before making a transaction.
Users are responsible for any fees incurred by the Ethereum network.
This dapp is built using JavaScript and the Ethers.js library for interacting with the Ethereum blockchain.
It is designed as a single-file application. The index.html
file contains all of the HTML, CSS, and JavaScript code.
This project is licensed under the MIT License.