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…
Save Gas
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…
Solidity Design Patterns to Save Gas on Blockchain External Transactions
In this article, I will discuss design patterns and architectures that will help you optimize smart contracts to save gas on transactions, offering less costly gas operations for your smart contract users.