Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 3.5 KB

README.md

File metadata and controls

50 lines (41 loc) · 3.5 KB

Optimizing Gas Cost Notes 😎

Gas is an unit of computation in the EVM that describe the fee to conduct a transaction based on its complexity. More notes will be added

In this notes you will see

  1. Overview

  2. Storage

  3. Memory

  4. Tricks

  5. Excersise

  6. Tips

Contributions

  • Contributions are welcomed :D
  • Feel free to open a pull request if you want to add more information
  • If you see something wrong don't hesitate to fix it