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

https://github.com/protofire/remix-solhint-plugin


https://github.com/protofire/remix-solhint-plugin

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# solhint-remix-plugin

## Developing

1. Install dependencies: `yarn`
1. Build: `yarn build`
1. Serve the contents of the root directory, for example in port 8000
1. Open [remix](http://remix.ethereum.org/). Make sure it's using http, not https.
1. Open the plugins section, click "Connect to a Local Plugin"
1. Enter `solhint` as plugin name, `Solhint` as display name, `http://localhost:8000` as URL (or whichever port you are
using)