From fea05e16c7e597dfa327a6206abbe4ec4feba5b7 Mon Sep 17 00:00:00 2001 From: Robert Miller Date: Mon, 5 Jul 2021 20:52:28 -0400 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec3b964 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# mev-inspect-py +MEV-inspect-py is a script which "inspects" an Ethereum block, or range of blocks, and tries to identify and analyze transactions which extract MEV. For example, it will identify and quantify arbitrage trades which capture profit from mispricing across two DEXes in a single transaction. + +MEV-inspect-py is currently a work in progress that builds on the work done in [MEV-inspect-rs](https://github.com/flashbots/mev-inspect-rs). In the coming weeks we will release a foundation from which contributors can add new inspectors.