From ecc55da68b8abfd1b2b83ff3cacbe10b3bb61f57 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 23 Sep 2022 05:58:56 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=AD=20clean=20up=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {MEV => MEV_on_Ethereum}/README.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) rename {MEV => MEV_on_Ethereum}/README.md (66%) diff --git a/MEV/README.md b/MEV_on_Ethereum/README.md similarity index 66% rename from MEV/README.md rename to MEV_on_Ethereum/README.md index 0d29115..8c0121e 100644 --- a/MEV/README.md +++ b/MEV_on_Ethereum/README.md @@ -1,20 +1,23 @@ -# 🏴‍☠️ Everything MEV +# 🏴‍☠️ everything mev in ethereum
-MEV consists of 4 main categories: - -* arbitrage, -* liquidation, -* sandwich, -* longtail. +## mev categories
-In this repo we explore them further: +* arbitrage +* liquidation +* sandwich +* longtail
+--- + +## in this repo + +
* [Basic EVM pre-requisite knowledge](EVM-pre-requisite-knowledge.md) * [Front-running](frontrunning-notes.md) @@ -28,7 +31,11 @@ In this repo we explore them further:
-### Further resources and readings +--- + +## research + +
* [Cross-Domain MEV](https://arxiv.org/abs/2112.01472)