Smart Contract Mastery: Solidity Patterns for Enhanced Gas Efficiency
In the Ethereum smart contract world, being savvy about gas efficiency isn't just necessary. Every time you tweak a variable or call a function, it's like ordering a…
Smart-Contract
Lab notes tagged with this topic.
Smart Contract Mastery: Solidity Patterns for Enhanced Gas Efficiency
In the Ethereum smart contract world, being savvy about gas efficiency isn't just necessary. Every time you tweak a variable or call a function, it's like ordering a…
6 Essential Solidity Design Patterns for Smart Contract Efficiency
The development of the Ethereum contracts requires a focus not only on the aspects of its functionality but also on efficiency and cost-effectiveness. Often, an essential missing element…
Solidity patterns to save gas on blockchain storage
In this article, I will discuss how the storage works on the EVM machine, and how can we write smart contracts that enable saving more on blockchain gas…