victoriomolina/rabbit-erc20 ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Node.js tool that watches one Ethereum wallet and automatically moves any incoming ETH or approved ERC 20 tokens to a second wallet I control.
I want it to keep running in real time, watch for deposits over WebSocket, and then send the funds out with reasonable gas settings, retrying safely if the network is busy. It should let me set the source wallet, destination wallet, private key, Alchemy API key, gas limits, and a list of token addresses to watch. Please include clear console logs with timestamps, basic error handling, and protection against dust amounts so it does not waste gas on tiny balances.
Make it easy to run from the command line, and if you need anything from current docs, look it up online. I’d also like the code organized so I can easily change token priorities and gas settings later.
Are you gonna build this?
make sure you review the code using coderabbit