generated from flashbots/flashbots-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 211
Resources
Kailin edited this page Aug 4, 2022
·
9 revisions
- The Hitchhiker's Guide to Ethereum - very good technical introduction
- MEV Driven Centralization in Ethereum: Part 1
- mev.day talks
- Proposer/block builder separation-friendly fee market designs (@vbuterin)
- MEV-Boost: Merge ready Flashbots Architecture (@thegostep)
- Builder API Specs: https://github.com/ethereum/builder-specs
- Consensus spec: https://github.com/ethereum/consensus-specs
- Annotated Eth2 spec: https://eth2book.info/altair/contents
- BLS Introduction:
- https://tools.ietf.org/id/draft-boneh-bls-signature-00.txt
- SSZ
- https://www.simpleserialize.com/ - online serializer/deserializer / HTR generator