Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -80,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
Expand Down