Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/federicobond/solcheck

A Solidity linter written in JS
https://github.com/federicobond/solcheck

ethereum linter solidity

Last synced: 20 days ago
JSON representation

A Solidity linter written in JS

Awesome Lists containing this project

README

        

solcheck
========

A linter for Solidity code written in JS and heavily inspired by eslint.

### Install

```
npm install -g solcheck
```

### Usage

```
solcheck contracts/*
```

### Author

* Federico Bond ([@federicobond](https://github.com/federicobond))

### License

GPL-3.0