The RareSkills Book of Solidity Gas Optimization: 80+ Tips

Jeffrey Scholz
48 min readOct 13, 2023

Gas optimization in Ethereum is re-writing Solidity code to accomplish the same business logic while consuming fewer gas units in the Ethereum Virtual Machine (EVM).

Clocking in at over 11,000 words, not including source code, this article is the most complete treatment of gas optimization available.

--

--