just vibecoded an nft minting bot (EVM) for fcfs/public mints
tested it and it works perfectly!
few issues im currently facing:
- how do i know the best gas price to set using current gwei for my bot to hit?
- im currently running the bot in my local server using terminal, is there a way to host it online or maybe I should build a site for it?
- how do I get merkle proof for batch wl mints? can it be bypassed? or do I have to always manually get and input merkle proof ?
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
just vibecoded an nft minting bot (EVM) for fcfs/public mints
tested it and it works perfectly!
few issues im currently facing:
- how do i know the best gas price to set using current gwei for my bot to hit?
- im currently running the bot in my local server using terminal, is there a way to host it online or maybe I should build a site for it?
- how do I get merkle proof for batch wl mints? can it be bypassed? or do I have to always manually get and input merkle proof ?