mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-28 03:36:10 -04:00
Update README.md
This commit is contained in:
parent
807e63f328
commit
4e5be5f614
@ -1,4 +1,4 @@
|
|||||||
# MEV 101
|
# 🏴☠️ Everything MEV
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -6,8 +6,8 @@ MEV consists of 4 main categories:
|
|||||||
|
|
||||||
* arbitrage,
|
* arbitrage,
|
||||||
* liquidation,
|
* liquidation,
|
||||||
* sandwich, and
|
* sandwich,
|
||||||
* "Longtail"
|
* longtail
|
||||||
|
|
||||||
<br>
|
<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.
|
* 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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user