An open API service indexing awesome lists of open source software.

https://github.com/crytic/trailofbits-security

The Trail of Bits Truffle Security Toolbox
https://github.com/crytic/trailofbits-security

Last synced: about 1 year ago
JSON representation

The Trail of Bits Truffle Security Toolbox

Awesome Lists containing this project

README

          

# Trail of Bits Truffle Security Toolbox

This box comes with everything you need to start implementing secure Solidity code using Trail of Bits' tools.

## Installation

Ensure that you have `python3` and `pip3` installed.

First ensure you are in a new and empty directory.

Run the `unbox` command via `npx` and skip to step 3. This will install all necessary dependencies.
```js
npx truffle unbox crytic/trailofbits-security
```

Alternatively, you can install Truffle globally and run the `unbox` command.
```javascript
npm install -g truffle
truffle unbox crytic/trailofbits-security
```

## Usage

Once your contracts have been compiled with `truffle compile`, run `slither .`.

## Getting Help

Feel free to stop by our [Slack channel](https://empirehacking.slack.com/) for help on using or extending this toolbox.