Skip to content

Commit

Permalink
Solidity Gas Optimization Techniques for Developers
Browse files Browse the repository at this point in the history
Hey there - adding another page from alchemy that focuses on gas cost reduction strategies and helping developers optimize their smart contract applications and reduce gas costs. The page includes code snippets and builds on the information provided in the rest of the Ethereum article but is not quite covered like minimization techniques for users.
  • Loading branch information
vardhanshorewala authored Feb 23, 2023
1 parent cef96a1 commit 4331653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/developers/docs/gas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ If you want to monitor gas prices, so you can send your ETH for less, you can us
- [Ethereum Gas Explained](https://defiprime.com/gas)
- [Reducing the gas consumption of your Smart Contracts](https://medium.com/coinmonks/8-ways-of-reducing-the-gas-consumption-of-your-smart-contracts-9a506b339c0a)
- [Proof of Stake versus Proof of Work](https://blockgeeks.com/guides/proof-of-work-vs-proof-of-stake/)
- [Gas Optimization Strategies for Developers](https://www.alchemy.com/overviews/solidity-gas-optimization)

## Related topics {#related-topics}

Expand Down

0 comments on commit 4331653

Please sign in to comment.