Skip to content

Getting started

Slippy is a linter for Solidity that’s simple, powerful, and thoughtfully built.

Install it:

Terminal window
npm install --save-dev slippy

Initialize a config file:

Terminal window
npx slippy --init

Run it:

Terminal window
npx slippy "contracts/**/*.sol"

Check the list of rules for available linting rules and their documentation and the configuration guide for more details on configuring Slippy.