From aa53d6f5e9b0f435ff399b0f1536eedbbe2284c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BT3GL=20/ba=C9=AAt=C9=A1=C9=9D=C9=AB/?= <1130416+bt3gl@users.noreply.github.com> Date: Mon, 11 Apr 2022 20:54:19 +0400 Subject: [PATCH] add evm opcodes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d8e58d..6c6c906 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ * [Ethereum's Whitepaper](https://ethereum.org/en/whitepaper/) * [Speeding up the EVM by Flashbots](https://writings.flashbots.net/research/speeding-up-evm-part-1/) * "Even though at the moment the biggest bottleneck of Ethereum is not EVM's performance (the size of the Ethereum state storage is), it will soon be as Ethereum TPS goes up." +* [EVM opcodes](https://github.com/crytic/evm-opcodes) +