mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-20 15:40:27 -04:00
Cleanup and add DeFi notes (#21)
This commit is contained in:
parent
586e74f8e0
commit
d5666a3f54
11 changed files with 2 additions and 14 deletions
|
@ -7,15 +7,14 @@
|
|||
|
||||
<br>
|
||||
|
||||
* [My random notes on the blokchains and MEV](https://github.com/bt3gl-labs/Scratch-notes-Stateful-blockchains-MEV-solidity/tree/main/notes)
|
||||
* [PoC `geth` in Docker and Kubernetes](https://github.com/bt3gl-labs/Stateful-Blockchains-and-Flashbots/tree/main/geth_and_k8s)
|
||||
* [MEV on Ethereum](https://github.com/bt3gl-labs/Scratch-Space-Stateful-Blockchains/tree/main/MEV)
|
||||
* [`geth`: notes and code](https://github.com/bt3gl-labs/Stateful-Blockchains-and-Flashbots/tree/main/geth_and_k8s)
|
||||
* [The ROOK project](https://github.com/bt3gl-labs/Scratch-Space-Stateful-Blockchains/tree/main/keeperDAO)
|
||||
* [The Uniswap project](https://github.com/bt3gl-labs/Scratch-Space-Stateful-Blockchains/tree/main/Uniswap)
|
||||
* [MEV on Avalanche](https://github.com/bt3gl-labs/Scratch-Space-Stateful-Blockchains/tree/main/Avalanche)
|
||||
* [DeFi and day trading resources](https://github.com/bt3gl-labs/Blockchains-AMMs-and-MEV/tree/main/DeFi_and_Day-trading)
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
## Notes on MEV
|
||||
|
||||
<br>
|
||||
|
||||
### How the blockchain works 101
|
||||
|
||||
* Each block in the blockchain contains a list of transactions in a particular order, enconding a sequence of updates to the blockchain sate (world state).
|
||||
* Anyone can broadcast a transaction to the network, which means that the transaction is public. A broadcast is a request. In order for that request to be carried out, someone must place the transaction in a block and add the block to the blockchain.
|
||||
* Anyone can listen for transactions being broadcast and gather them into a list. In order to a turn a list into a block, it needs to be validated. Validation creats a mathematical (cryptographic) proof that the state changes are consistent.
|
||||
* In a proof-of-work blockchain, block producers are miners. In a proof-of-stake blockchain, they are validators.
|
||||
* The act of converting a transaction into a block is called *settlement*. The process of block production is called *settlement layer* or *consensus layer*.
|
Loading…
Add table
Add a link
Reference in a new issue