mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-28 19:56:19 -04:00
🍱 add evm knownledge
This commit is contained in:
parent
1828ffaa49
commit
58047384e1
@ -1,4 +1,8 @@
|
|||||||
## Basic EVM pre-requisite knowledge
|
## 🍟 basic evm knowledge
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
### tl;dr
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -31,10 +35,13 @@
|
|||||||
|
|
||||||
* a message is like a transaction, except it is produced by a contract and not an external actor. A message is produced when a cotnract currently executing code executes the CALL opcode.
|
* a message is like a transaction, except it is produced by a contract and not an external actor. A message is produced when a cotnract currently executing code executes the CALL opcode.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### Code execution
|
### code execution
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
* the code in Ethereum contracts is written in a low-level, stack-based bytecode language, referred as the EVM.
|
* the code in Ethereum contracts is written in a low-level, stack-based bytecode language, referred as the EVM.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user