Skip to content

Commit

Permalink
Added gas optimization and low level evm resources
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune authored Feb 2, 2023
1 parent caa7249 commit ebc7560
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A collection of EVM related information. This is a repo that I created for mysel

[EVM Puzzles: Use calldata, calvalues and opcodes to solve EVM challenges](https://github.com/fvictorio/evm-puzzles)


[Huff's EVM Tutorial](https://docs.huff.sh/tutorial/evm-basics/#technical)

<br>

Expand Down Expand Up @@ -65,6 +65,10 @@ Use [Slither](https://github.com/crytic/slither) AND [Mythril](https://github.co

[Patterns / Optimizations for gas savings](https://github.com/kadenzipfel/gas-optimizations)

[EVM Gas optimizations with gas benchmarks](https://github.com/0xKitsune/EVM-Gas-Optimizations)

[Solstat: A static analyzer to find gas optimizations and contract vulnerabilities](https://github.com/0xKitsune/solstat)

<br>


Expand All @@ -82,11 +86,6 @@ Use [Slither](https://github.com/crytic/slither) AND [Mythril](https://github.co
[Vunerable Yul Patterns](https://github.com/Mikerah/solidity-bugs-and-vulns-in-yul)


<br>

## Zero Knowledge


<br>

## General/Misc
Expand Down

0 comments on commit ebc7560

Please sign in to comment.