Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 273 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 273 Bytes

eth rpc proxy

I wanted to use my local ethereum node for reads but send writes to an mev protected RPC. this simple proxy does just that

setup

git clone https://github.com/Sayuki0x/eth-rpc-proxy
npm i
npm start

you should daemonize it. i recommend using pm2