Skip to content

Instantly share code, notes, and snippets.

@jwasinger
Last active September 22, 2021 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwasinger/9618392bc904a7b23f6068cc8c564e77 to your computer and use it in GitHub Desktop.
Save jwasinger/9618392bc904a7b23f6068cc8c564e77 to your computer and use it in GitHub Desktop.
mev-geth-as-a-plugin demo
go get github.com/jwasinger/geth-mev-plugin
cd $GOPATH/src/github.com/jwasinger/geth-mev-plugin && make

clone https://github.com/jwasinger/mev-geth-demo and copy geth and mev.plugin from geth-mev-plugin into mev-geth-demo folder.

Run Geth: mev-geth-demo/run.sh.

Now run the demo as per instructions in mev-geth-demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment