Skip to content

embarklabs/embark-slither

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embark-Slither

Plugin for Embark to analyse solidity source with slither

Installation

In your embark dapp directory:

npm install embark-slither --save

or if using yarn:

yarn add embark-slither

then add embark-slither to the plugins section in embark.json:

  "plugins": {
    "embark-slither": {
      "flags": ""
    }
  }

Embark will now execute slither after each compilation.

Requirements

  • Embark 4.0.0 or higher
  • Slither

About

Embark Slither plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published