Create README.md

This commit is contained in:
Robert Miller 2021-07-05 20:52:28 -04:00 committed by GitHub
parent 98cb1ffcae
commit fea05e16c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
README.md Normal file
View File

@ -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.