mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-30 20:14:31 -04:00
🍱 the evm
This commit is contained in:
parent
0d05f3715c
commit
3711e5a007
1 changed files with 8 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# ✨ The EVM ✨
|
||||
## 🍱 the evm
|
||||
|
||||
<br>
|
||||
|
||||
## tl;dr
|
||||
### tl;dr
|
||||
|
||||
* EVM is a quasi-Turing complete machine (quasi because computation is intrinsically bounded/limited through a parameter: gas)
|
||||
* EVM is the runtime environment for smart contracts.
|
||||
|
@ -11,17 +11,18 @@
|
|||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### resources
|
||||
|
||||
<br>
|
||||
|
||||
* [opcodes](https://github.com/bt3gl-labs/Blockchain-Hacking-Toolkit/blob/main/EVM-and-opcodes/opcodes.md)
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
<br>
|
||||
|
||||
### Disassemblers
|
||||
##### disassemblers
|
||||
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue