An open API service indexing awesome lists of open source software.

https://github.com/flashbots/mev-proxy


https://github.com/flashbots/mev-proxy

Last synced: 5 months ago
JSON representation

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
```