Reebby / WolfGameMEV

An example of a bot to extract long tail MEV from the Wolf Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration

This tool is configured via the following environment variables:

ETH_RPC_WS=ws://your-eth-client-websockets:port
PRIVATE_KEY=private key of wallet to register with
FLASHBOTS_KEY=signing key to use for flashbots bundles
SIMULATE_ONLY=boolean, only simulate bundles if true
REGISTRATIONS_FILE=.ron file to read registration info from
RUST_LOG(optional)=Log level

About

An example of a bot to extract long tail MEV from the Wolf Game

License:MIT License


Languages

Language:Solidity 90.8%Language:Rust 9.2%