From 050aa3edeada303eca6a78e5fe9bbe2d5230d0d7 Mon Sep 17 00:00:00 2001 From: Josep Chetrit Date: Mon, 24 Mar 2025 15:22:12 +0100 Subject: [PATCH 1/2] add OZ resources --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 8a946ab..aa009f1 100644 --- a/readme.md +++ b/readme.md @@ -49,6 +49,7 @@ A curated list of carefully selected Solidity resources, tools, tutorials, and b - [Foundry](https://book.getfoundry.sh/) - Fast smart contract development toolkit - [Remix IDE](https://remix.ethereum.org/) - Web-based Solidity IDE - [Tenderly](https://tenderly.co/) - Smart contract debugging and monitoring +- [OpenZeppelin Contracts Wizard](https://wizard.openzeppelin.com/) - Interactive smart contract generator ## Libraries & Frameworks @@ -68,6 +69,7 @@ A curated list of carefully selected Solidity resources, tools, tutorials, and b ## Security Analysis Tools +- [OpenZeppelin Code Inspector](https://www.openzeppelin.com/defender#secure-code) - Static analysis tool for Solidity - [Slither](https://github.com/crytic/slither) - Static analysis framework for Solidity - [Solhint](https://github.com/protofire/solhint) - Solidity linter for security and style guide validations - [Surya](https://github.com/ConsenSys/surya) - Utility for smart contract systems analysis From 1f541d0159205c5cff12c699fdd353d94c192527 Mon Sep 17 00:00:00 2001 From: Josep Chetrit Date: Mon, 24 Mar 2025 15:31:03 +0100 Subject: [PATCH 2/2] fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index aa009f1..fecec0c 100644 --- a/readme.md +++ b/readme.md @@ -82,7 +82,7 @@ A curated list of carefully selected Solidity resources, tools, tutorials, and b ## Gas Optimization - [evm.codes](https://www.evm.codes/) - EVM opcode gas reference - [Foundry Gas Reports](https://book.getfoundry.sh/forge/gas-reports) - Built-in gas profiling for Solidity tests -- [Awesome Gas Optimization](https://github.com/0xisk/awesome-solidity-gas-optimization) - Curated list or resource on gas optimisation topic +- [Awesome Gas Optimization](https://github.com/0xisk/awesome-solidity-gas-optimization) - Curated list or resource on gas optimization topic ## Upgradeable Contracts - [OpenZeppelin: Upgrades](https://docs.openzeppelin.com/upgrades) - Guide to upgradeable contracts using Transparent/UUPS proxies