🌭 clean up readme

This commit is contained in:
bt3gl 2022-09-23 05:58:56 -07:00 committed by GitHub
parent 673bdeca5f
commit ecc55da68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,23 @@
# 🏴‍☠️ Everything MEV # 🏴‍☠️ everything mev in ethereum
<br> <br>
MEV consists of 4 main categories: ## mev categories
* arbitrage,
* liquidation,
* sandwich,
* longtail.
<br> <br>
In this repo we explore them further: * arbitrage
* liquidation
* sandwich
* longtail
<br> <br>
---
## in this repo
<br>
* [Basic EVM pre-requisite knowledge](EVM-pre-requisite-knowledge.md) * [Basic EVM pre-requisite knowledge](EVM-pre-requisite-knowledge.md)
* [Front-running](frontrunning-notes.md) * [Front-running](frontrunning-notes.md)
@ -28,7 +31,11 @@ In this repo we explore them further:
<br> <br>
### Further resources and readings ---
## research
<br>
* [Cross-Domain MEV](https://arxiv.org/abs/2112.01472) * [Cross-Domain MEV](https://arxiv.org/abs/2112.01472)