-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
base: develop
Are you sure you want to change the base?
Conversation
Thank you for your contribution to the Solidity compiler! A team member will follow up shortly. If you haven't read our contributing guidelines and our review checklist before, please do it now, this makes the reviewing process and accepting your contribution smoother. If you have any questions or need our help, feel free to post them in the PR or talk to us directly on the #solidity-dev channel on Matrix. |
docs/resources.rst
Outdated
* `Aderyn <https://github.com/Cyfrin/aderyn>`_ | ||
Rust-based solidity smart contract static analyzer designed to help find vulnerabilities in Solidity code bases. | ||
Rust-based solidity smart contract static analyzer designed to help find vulnerabilities in Solidity code bases. Comes with `VS Code Extension <https://marketplace.visualstudio.com/items?itemName=Cyfrin.aderyn>` for easy use. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you move this up to the Visual Studio Code (VS Code)
section? Insert it at the top to maintain alphabetical ordering.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, re-word it a bit to fit in with the rest of the entries in the section, i.e. no need for a GH link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
Closing due to inactivity. |
Hey I'm working on this, forgot to get back ... So sorry, maybe I'll open a new one and reference this |
I have made changes as per your request. We would love to endorse both, our command line tool as well as vscode extension.. The former has slightly more functionality where we experiment some extra use cases ... the extension on the other hand is the go to thing for smart contract analysis. Thank you! |
GM!
Aderyn Maintainer here!
We recently launched a VS Code extension to make it easy to use Aderyn. So I thought I'll include that link in the resources section
Especially if someone is using Solidity for first time, they don't want to be bogged with installing any of these tools manually. So a vscode extension that would take care of everything under the hood in our opinion would make life easy :)
That's why I want to add this link.
I am not sure the formatting in rst doc for links is correct though, so please adjust before merge if needed.
https://marketplace.visualstudio.com/items?itemName=Cyfrin.aderyn
Thank you.