Skip to content

Commit

Permalink
Add eth-security-toolbox information
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly authored Jan 31, 2019
1 parent dc7359c commit 00b3c89
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,18 @@ $ python setup.py install

We recommend to use a Python virtual environment to install slither from git (see the [Developer Installation Instructions](https://github.com/trailofbits/slither/wiki/Developer-installation))

### Using Docker
We recommend to use [`eth-security-toolbox`](https://github.com/trailofbits/eth-security-toolbox/):
```
docker pull trailofbits/eth-security-toolbox
```
To share a directory in the container:
```
docker run -it -v /home/share:/share trailofbits/eth-security-toolbox
```
`/home/share` will be mounted to `/share` in the container.
You can switch the solc version using [`solc-select`](https://github.com/trailofbits/eth-security-toolbox/#usage).

## Getting Help

Feel free to stop by our [Slack channel](https://empireslacking.herokuapp.com) (#ethereum) for help using or extending Slither.
Expand Down

0 comments on commit 00b3c89

Please sign in to comment.