mirror of
https://github.com/embarklabs/embark-slither.git
synced 2026-08-27 12:31:15 +00:00
master
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
Languages
JavaScript
100%