Built with chakra-ui and TypeScript
Inspired heavily by:
Ernesto's Flashbots NFT Minter
and
Scott Bigelow's Searcher Minter from Flashbots!
Get some Goerli ETH on a wallet (you'll need a faucet). Extract that Goerli wallet's private key (in MetaMask Account Details -> Export Private Key
), use that value for the Private Key field on the UI.
NOTE: The private key is not saved anywhere so when you refresh the page, it will be gone. Additionally, all computation is done client-side (in-browser) so none of the configuration parameters are passed over any internet connection at all.
- WasteGas:
0x957B500673A4919C9394349E6bbD1A66Dc7E5939
- FakeArtMinter:
0x20EE855E43A7af19E407E39E5110c2C1Ee41F64D
Install dependencies with yarn
Run in development mode with yarn dev
Check out docs.flashbots.net.