diff --git a/docs/resources.rst b/docs/resources.rst index 7c8d61afacf1..c9ca5d6f777a 100644 --- a/docs/resources.rst +++ b/docs/resources.rst @@ -77,6 +77,9 @@ Editor Integrations * Visual Studio Code (VS Code) + * `Aderyn Visual Studio Code extension `_ + Solidity Smart contract analyzer designed to help find vulnerabilities. It supports projects built with Hardhat, Foundry, or any custom framework. + * `Ethereum Remix Visual Studio Code extension `_ Ethereum Remix extension pack for VS Code 💡 Note: As per the official repository, this extension has been removed from the VSCODE marketplace and will be replaced by a dedicated stand-alone desktop application. @@ -106,7 +109,7 @@ Solidity Tools Tool to generate Solidity interface source from a given ABI JSON. * `Aderyn `_ - Rust-based solidity smart contract static analyzer designed to help find vulnerabilities in Solidity code bases. + Command Line Tool that helps find vulnerabilities in Solidity smart contracts. It supports projects built with Hardhat, Foundry, or any custom framework. * `Doxity `_ Documentation Generator for Solidity.