https://github.com/protofire/remix-solhint-plugin
https://github.com/protofire/remix-solhint-plugin
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/protofire/remix-solhint-plugin
- Owner: protofire
- Created: 2020-02-05T15:40:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:30:09.000Z (about 3 years ago)
- Last Synced: 2023-04-10T04:54:33.808Z (almost 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 3
- Watchers: 9
- Forks: 8
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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)