Monday, February 20, 2023

107/365: Storage vs Memory

 Solidity has two data location keywords, "storage" and "memory", which are important to consider when developing a contract. "Storage" is for permanent storage on the blockchain, while "memory" is for temporary storage during contract execution. Proper management of these resources is critical for efficient and cost-effective smart contracts.




No comments:

Post a Comment

190: Sablier

 The CodeHawks platform has an upcoming audit on the Sablier protocol, so I decided to read through the docs and familiarize myself with the...