From 4331653bbedd3024d5c8a407d6085ecd3a0a70ff Mon Sep 17 00:00:00 2001 From: Vardhan Shorewala <52754958+vardhanshorewala@users.noreply.github.com> Date: Thu, 23 Feb 2023 15:29:14 -0800 Subject: [PATCH] Solidity Gas Optimization Techniques for Developers 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. --- src/content/developers/docs/gas/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/developers/docs/gas/index.md b/src/content/developers/docs/gas/index.md index 5f44cd4ef67..d03ff59c7d6 100644 --- a/src/content/developers/docs/gas/index.md +++ b/src/content/developers/docs/gas/index.md @@ -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}