https://github.com/flashbots/mev-proxy
https://github.com/flashbots/mev-proxy
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flashbots/mev-proxy
- Owner: flashbots
- License: mit
- Created: 2021-04-06T04:54:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T07:28:03.000Z (about 4 years ago)
- Last Synced: 2025-11-15T00:05:40.144Z (7 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 21
- Watchers: 15
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```