@@ -49,6 +49,7 @@ A curated list of carefully selected Solidity resources, tools, tutorials, and b
49
49
- [ Foundry] ( https://book.getfoundry.sh/ ) - Fast smart contract development toolkit
50
50
- [ Remix IDE] ( https://remix.ethereum.org/ ) - Web-based Solidity IDE
51
51
- [ Tenderly] ( https://tenderly.co/ ) - Smart contract debugging and monitoring
52
+ - [ OpenZeppelin Contracts Wizard] ( https://wizard.openzeppelin.com/ ) - Interactive smart contract generator
52
53
53
54
## Libraries & Frameworks
54
55
@@ -68,6 +69,7 @@ A curated list of carefully selected Solidity resources, tools, tutorials, and b
68
69
69
70
## Security Analysis Tools
70
71
72
+ - [ OpenZeppelin Code Inspector] ( https://www.openzeppelin.com/defender#secure-code ) - Static analysis tool for Solidity
71
73
- [ Slither] ( https://github.com/crytic/slither ) - Static analysis framework for Solidity
72
74
- [ Solhint] ( https://github.com/protofire/solhint ) - Solidity linter for security and style guide validations
73
75
- [ 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
80
82
## Gas Optimization
81
83
- [ evm.codes] ( https://www.evm.codes/ ) - EVM opcode gas reference
82
84
- [ 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
84
86
85
87
## Upgradeable Contracts
86
88
- [ OpenZeppelin: Upgrades] ( https://docs.openzeppelin.com/upgrades ) - Guide to upgradeable contracts using Transparent/UUPS proxies
0 commit comments