WTF-gas-optimization
Contract optimization examples
A collection of Solidity code examples and tests demonstrating various techniques for optimizing gas usage in Ethereum smart contracts.
WTF Solidity gas optimization techniques, verified with Foundry.
208 stars
5 watching
37 forks
Language: Solidity
last commit: 6 months ago
Linked from 1 awesome list
blockchaindappethereumsmart-contractssolidityweb3
Related projects:
Repository | Description | Stars |
---|---|---|
wtfacademy/wtf-solidity-internals | A tutorial series explaining Solidity's storage layout, memory layout, and ABI encoding rules to help developers understand the internal workings of Smart Contracts. | 47 |
ethereum/solidity-examples | A collection of reusable Solidity code snippets for common tasks and Ethereum-related utilities | 535 |
raineorshine/solidity-by-example | A collection of contract examples showcasing Solidity language features and use cases in Ethereum smart contracts | 430 |
willitscale/learning-solidity | A comprehensive resource for learning Solidity programming language and building smart contracts on the Ethereum blockchain | 2,072 |
0xmic/solidity | A comprehensive resource and framework for building smart contracts in the Ethereum Virtual Machine | 60 |
cyrusadkisson/solidity-baby-steps | A collection of examples demonstrating key concepts and best practices for writing Ethereum smart contracts in Solidity | 962 |
cryptofinlabs/cryptofin-solidity | A collection of Solidity libraries for building secure and gas-efficient smart contracts on Ethereum | 88 |
alephao/solidity-benchmarks | A collection of benchmarks for popular contract implementations in Solidity. | 103 |
rohitroy-github/smart-contract-snippets | A collection of concise Solidity smart contract examples for educational purposes and quick reference. | 2 |
pumpkingwok/ctfgym | A collection of CTF challenges related to Ethereum smart contracts | 117 |
solidstate-network/solidstate-solidity | A comprehensive development library for building and testing upgradeable Solidity smart contracts on the Ethereum blockchain. | 440 |
mandrean/cw-optimizoor | Optimization tool for compiling and optimizing CosmWasm smart contracts. | 50 |
jg8481/robot-framework-solidity-testing-toolkit | A toolkit combining Solidity testing and cross-chain deployment tools with Robot Framework for developing robust and secure smart contract applications on Ethereum and other EVM-compatible blockchains. | 11 |
muellerberndt/smashing-smart-contracts | Security analysis and documentation of smart contracts on the Ethereum network | 168 |
decurity/semgrep-smart-contracts | Provides a set of security and performance rules for smart contract code. | 632 |