mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-19 15:10:26 -04:00
Update and rename EVM_pre-requisite_knowledge.md to EVM-pre-requisite-knowledge.md
This commit is contained in:
parent
36df332095
commit
1be9ab6cfe
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
|||
|
||||
* 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>
|
||||
|
||||
### Code execution
|
||||
|
||||
* the code in Ethereum contracts is written in a low-level, stack-based bytecode language, referred as the EVM.
|
Loading…
Add table
Add a link
Reference in a new issue