diff --git a/evm_and_opcodes/README.md b/evm_and_opcodes/README.md index d28860a..c87c6d6 100644 --- a/evm_and_opcodes/README.md +++ b/evm_and_opcodes/README.md @@ -1,8 +1,8 @@ -# ✨ The EVM ✨ +## 🍱 the evm
-## 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 @@
+--- + +### resources + +
* [opcodes](https://github.com/bt3gl-labs/Blockchain-Hacking-Toolkit/blob/main/EVM-and-opcodes/opcodes.md)
---- - -
- -### Disassemblers +##### disassemblers