knight8713/crypto-wallet-bruteforce — reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line learning tool that shows how crypto wallet generation and balance checking work in a safe, educational way. I want it to generate sample wallets, let me choose networks like Ethereum, BSC, Polygon, and Tron, and show clear live stats while it runs.
Please keep it safe by using test networks, mock balances, or clearly separated demo mode only. Do not include anything meant to break into, discover, or use real people’s wallets. It should explain what it’s doing as it runs, use async requests where appropriate, and have a simple setup for API keys or demo data.
If a demo wallet has a fake balance, save it to a found wallets folder so I can see how the logging works. Add a friendly README with setup steps, safety notes, and examples. Look up current docs online if you need to.
Want more depth? Deep Reverse