🔙 Back to documentation : Set In Stone Documentation & Technical F.A.Q.
Here is a set of rules to consider before launching an analysis.
A. Code 📰
- The code must be functional and compilable.
- Analyses are performed on Linux servers. If your code has been developed on another OS (Windows, Mac), please make sure that it works under Linux.
- The repository must include all the necessary elements for the code to function properly (this includes, for example, environment files filled with valid values).
- All dependencies must be mentioned in the dedicated files to install them.
- Smart contracts must be written in Solidity.
- If your repository used hardhat, your nodejs version shoud be greater than 18
- The code will not be analyzed if any file (including dependencies) is suspected of being malicious (the file could potentially be malware).
B. Development Environment and No-IDE Compatibility 🏗️
- Compatible IDEs are:
- A directory without an IDE can be analyzed. However, it is preferable that all smart contracts are located at the root of the repository.
C. GitHub 📦
Whether it is for an analysis of a repository stored on GitHub, either public or private, the repository must be on the main branch of the GitHub repository.