Plugin for Embark to analyse solidity source with slither
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.
- Embark 4.0.0 or higher
- Slither