mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-06-06 22:19:01 -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>
|
<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 a quasi-Turing complete machine (quasi because computation is intrinsically bounded/limited through a parameter: gas)
|
||||||
* EVM is the runtime environment for smart contracts.
|
* EVM is the runtime environment for smart contracts.
|
||||||
|
@ -11,17 +11,18 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### resources
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
* [opcodes](https://github.com/bt3gl-labs/Blockchain-Hacking-Toolkit/blob/main/EVM-and-opcodes/opcodes.md)
|
* [opcodes](https://github.com/bt3gl-labs/Blockchain-Hacking-Toolkit/blob/main/EVM-and-opcodes/opcodes.md)
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
---
|
##### disassemblers
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
### Disassemblers
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue