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
- Host: GitHub
- URL: https://github.com/crytic/trailofbits-security
- Owner: crytic
- License: other
- Archived: true
- Created: 2019-03-23T20:49:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T17:46:51.000Z (about 3 years ago)
- Last Synced: 2025-03-30T05:32:17.035Z (over 1 year ago)
- Language: JavaScript
- Size: 470 KB
- Stars: 24
- Watchers: 4
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.