From 4e5be5f61421fc953ffc282986618f39a25bdb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BT3GL=20/ba=C9=AAt=C9=A1=C9=9D=C9=AB/?= <1130416+bt3gl@users.noreply.github.com> Date: Sat, 14 May 2022 13:53:31 -0700 Subject: [PATCH] Update README.md --- MEV/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MEV/README.md b/MEV/README.md index 29c173d..fd3d616 100644 --- a/MEV/README.md +++ b/MEV/README.md @@ -1,4 +1,4 @@ -# MEV 101 +# 🏴‍☠️ Everything MEV
@@ -6,8 +6,8 @@ MEV consists of 4 main categories: * arbitrage, * liquidation, -* sandwich, and -* "Longtail" +* sandwich, +* longtail
@@ -18,12 +18,12 @@ In this repo we explore them further. --- -## Ethereum notes +## Basic Ethereum pre-requisite knowledge -### Basics +
-* the existence of a Turing-complete programming language means that arbitrary contracts can be created for any transaction type or application. +* The existence of a Turing-complete programming language means that arbitrary contracts can be created for any transaction type or application. * a state is made up of objects called "accounts", with each account hacing a 20-byte address and state transitions being direct transfers of value and information between accounts.