Tag: evm
All the articles with the tag "evm".
Gas Efficient Storage Bit Packing in Solidity: Reducing Gas Costs with Encoded Mappings
Posted on:October 29, 2025 at 09:26 AMComparing bit-packed encoding vs. struct storage layouts for gas efficiency on Ethereum. Analysis with Solidity, Foundry tests, and measurable gas savings.
The Difference Between Zero knowledge Proofs and Digital Signatures
Posted on:December 9, 2023 at 10:22 AMZero knowledge proofs are used for privacy preservation and secure authentication and digital signatures ensures the security and authenticity of transactions.
Assembly Coding - Calldata
Posted on:February 10, 2023 at 04:20 AMOnce a smart contract is deployed and pushed directly into the Ethereum environment, a hash value is assigned to the smart contract as an address that contains the smart contract application binary interface.
Unit Testing Smart Contracts (Use Case) Manipulating EVM Timestamps for Testing Time-Dependent Smart Contracts
Posted on:January 25, 2023 at 05:56 AMOnce a smart contract is deployed and pushed directly into the Ethereum environment, a hash value is assigned to the smart contract as an address that contains the smart contract application binary interface.
Underlying Implementation of Blockchain Smart Contracts (ETHEREUM)
Posted on:February 20, 2020 at 08:11 AMOnce a smart contract is deployed and pushed directly into the Ethereum environment, a hash value is assigned to the smart contract as an address that contains the smart contract application binary interface.