Installation & Usage
Last updated
Was this helpful?
Last updated
Was this helpful?
Microsoft Windows Users: For the Aderyn Extension to work, you must run VSCode using .
In VSCode, open the "Extensions" tab
Search and install "Aderyn"
Open the "Aderyn: Welcome" page (if it hasn't automatically opened)
Done!
Aderyn works seamlessly on commonly recognized project structures, i.e., when a foundry.toml
or hardhat.config.js
is found in the workspace's root.
In addition, you can configure how Aderyn analyzes your project by creating an aderyn.toml
file in the project root. This is important when running Aderyn on a project that does not use a well-known Solidity development framework like Foundry or Hardhat.
To create this file, open the VSCode command palette and hit Aderyn: Intitialize Config
. For instructions on how to configure aderyn.toml, visit aderyn.toml Configuration