# mev-proxy **Repository Path**: mirrors_metachris/mev-proxy ## Basic Information - **Project Name**: mev-proxy - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-27 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mev-proxy [A simple example](src/proxy.js) of a reverse proxy that a miner can run to expose just the eth_sendBundle JSON-RPC method. You can install/run it like so: ```bash # install nodejs on your system, e.g. `sudo apt install nodejs npm` on debian/ubuntu sudo npm install -g yarn git clone https://github.com/flashbots/mev-proxy cd mev-proxy yarn install yarn run start ```