From ad8eb48c380402ecc3c53d28b3cdd7089bc0bd86 Mon Sep 17 00:00:00 2001
From: "mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Wed, 21 Dec 2022 17:19:25 -0800
Subject: [PATCH] add my favorite opcodes
---
evm_and_opcodes/README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/evm_and_opcodes/README.md b/evm_and_opcodes/README.md
index 9376aad..fd24043 100644
--- a/evm_and_opcodes/README.md
+++ b/evm_and_opcodes/README.md
@@ -17,7 +17,7 @@
-* [my favorite opcodes](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/tree/main/evm_and_opcodes)
+* [my favorite opcodes](evm_and_opcodes/my_favorite_opcodes.md)
@@ -29,6 +29,7 @@
* [opcodes for the evm](https://ethereum.org/en/developers/docs/evm/opcodes/)
* [opcodes and instruction reference](https://github.com/crytic/evm-opcodes)
+* [EVM Contract Construction](https://blog.smlxl.io/evm-contract-construction-93c98cc4ca96)