Skip to content

Adding a new utility

Feist Josselin edited this page Jun 13, 2019 · 3 revisions

Slither can be used as a library to create new utilities. Official utils are present in https://github.com/crytic/slither/tree/master/utils

We recommend following the developper installation.

Skeleton

The skeleton util is present in utils/demo

Integration

To enable an util from the command line, update entry_points in setup.py. Installing Slither will then install the util.

Guidelines

Getting Help

Join our slack channel to get any help (#ethereum).

Clone this wiki locally