This repository was build with Foundry
curl -L https://foundry.paradigm.xyz | bash
foundryup
git clone [email protected]:spaceh3ad/singularity-dao-task.git
cd singularity-dao-task
forge build
forge test
forge coverage
-
slither .
-
aderyn .
It generates report.md at project root.
-
❯ myth analyze src/*.sol The analysis was completed successfully. No issues were detected.
Documentation regarding approach and methodology for developing and testing can be found here, also more in-depth documentation about test, contract and security analysis can be found in doc