Skip to content

Update resources.rst - Added link to Aderyn VS Code Extension #15973

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
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
5 changes: 4 additions & 1 deletion docs/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ Editor Integrations

* Visual Studio Code (VS Code)

* `Aderyn Visual Studio Code extension <https://marketplace.visualstudio.com/items?itemName=Cyfrin.aderyn>`_
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 <https://github.com/ethereum/remix-vscode>`_
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.
Expand Down Expand Up @@ -106,7 +109,7 @@ Solidity Tools
Tool to generate Solidity interface source from a given ABI JSON.

* `Aderyn <https://github.com/Cyfrin/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 <https://github.com/DigixGlobal/doxity>`_
Documentation Generator for Solidity.
Expand Down