Skip to content

Commit 2621daf

Browse files
authored
Merge pull request #1 from josepchetrit12/add-oz-resources
Add OZ resources
2 parents 246b5b3 + 1f541d0 commit 2621daf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ A curated list of carefully selected Solidity resources, tools, tutorials, and b
4949
- [Foundry](https://book.getfoundry.sh/) - Fast smart contract development toolkit
5050
- [Remix IDE](https://remix.ethereum.org/) - Web-based Solidity IDE
5151
- [Tenderly](https://tenderly.co/) - Smart contract debugging and monitoring
52+
- [OpenZeppelin Contracts Wizard](https://wizard.openzeppelin.com/) - Interactive smart contract generator
5253

5354
## Libraries & Frameworks
5455

@@ -68,6 +69,7 @@ A curated list of carefully selected Solidity resources, tools, tutorials, and b
6869

6970
## Security Analysis Tools
7071

72+
- [OpenZeppelin Code Inspector](https://www.openzeppelin.com/defender#secure-code) - Static analysis tool for Solidity
7173
- [Slither](https://github.com/crytic/slither) - Static analysis framework for Solidity
7274
- [Solhint](https://github.com/protofire/solhint) - Solidity linter for security and style guide validations
7375
- [Surya](https://github.com/ConsenSys/surya) - Utility for smart contract systems analysis
@@ -80,7 +82,7 @@ A curated list of carefully selected Solidity resources, tools, tutorials, and b
8082
## Gas Optimization
8183
- [evm.codes](https://www.evm.codes/) - EVM opcode gas reference
8284
- [Foundry Gas Reports](https://book.getfoundry.sh/forge/gas-reports) - Built-in gas profiling for Solidity tests
83-
- [Awesome Gas Optimization](https://github.com/0xisk/awesome-solidity-gas-optimization) - Curated list or resource on gas optimisation topic
85+
- [Awesome Gas Optimization](https://github.com/0xisk/awesome-solidity-gas-optimization) - Curated list or resource on gas optimization topic
8486

8587
## Upgradeable Contracts
8688
- [OpenZeppelin: Upgrades](https://docs.openzeppelin.com/upgrades) - Guide to upgradeable contracts using Transparent/UUPS proxies

0 commit comments

Comments
 (0)