AirdropFamilyIDN-V2-0/seadropmultimint — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python 3.10 command line tool for SeaDrop on OpenSea that can automate NFT minting from multiple wallets so I do not have to do each one manually. I want it to be practical and easy to run on Windows, Termux on Android, or an Ubuntu VPS. It should support doing repeated or batch mint actions, then include a withdraw option too, since that is part of the project goal.
Please make the setup straightforward and the script easy to follow. Ask for the basic things a normal user would need to enter, like wallet details, collection or contract info, how many to mint, gas related options, and any delay or retry behavior. Show clear output for each wallet so I can see what succeeded, failed, or needs attention. Keep it as a single useful script rather than a big app. If anything about SeaDrop, OpenSea, or web3 behavior has changed, look up the current docs online and make it match that.
Want more depth? Deep Reverse