Update README.md

This commit is contained in:
BT3GL /baɪtɡɝɫ/ 2022-05-14 13:53:31 -07:00 committed by GitHub
parent 807e63f328
commit 4e5be5f614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# MEV 101
# 🏴‍☠️ Everything MEV
<br>
@ -6,8 +6,8 @@ MEV consists of 4 main categories:
* arbitrage,
* liquidation,
* sandwich, and
* "Longtail"
* sandwich,
* longtail
<br>
@ -18,12 +18,12 @@ In this repo we explore them further.
---
## Ethereum notes
## Basic Ethereum pre-requisite knowledge
### Basics
<br>
* 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.