/horse-storage

Exploring how does EVM works with low level languages, such as Huff, Yul and opcodes

Primary LanguageSolidity

Compile pure Yul with solc

solc --strict-assembly --optimize --optimize-runs 2000 ./yul/HorseStoreYul.yul --bin | grep 60

Cast

cast to-base 0xe0 dec

cast to-base 0xe0 hex

cast to-base 0xe0 bin

Get Gas Efficiency report

forge snapshot