Skip to content

spaceh3ad/singularity-dao-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

This repository was build with Foundry

curl -L https://foundry.paradigm.xyz | bash
foundryup

Clone repository

git clone [email protected]:spaceh3ad/singularity-dao-task.git
cd singularity-dao-task

Build

forge build

Test & Coverage

forge test
forge coverage

Security Analysis

  1. Slither

    slither .
  2. Aderyn

    aderyn .

    It generates report.md at project root.

  3. Mythril

    ❯ myth analyze src/*.sol
    The analysis was completed successfully. No issues were detected.

Documentation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published