Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 578 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 578 Bytes

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