Skip to content

nascentxyz/flashbots-searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashbots Searcher

Built with chakra-ui and TypeScript

Inspired heavily by:

Ernesto's Flashbots NFT Minter

and

Scott Bigelow's Searcher Minter from Flashbots!

Running on Goerli

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.

Goerli Contract Addresses

  • WasteGas: 0x957B500673A4919C9394349E6bbD1A66Dc7E5939
  • FakeArtMinter: 0x20EE855E43A7af19E407E39E5110c2C1Ee41F64D

Deploying

Deploy with Vercel

How to use

Install dependencies with yarn

Run in development mode with yarn dev

Where can I learn more?

Check out docs.flashbots.net.