https://github.com/crytic/remix-plugin-8000
https://github.com/crytic/remix-plugin-8000
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/crytic/remix-plugin-8000
- Owner: crytic
- License: apache-2.0
- Archived: true
- Created: 2018-09-08T21:53:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T11:58:52.000Z (almost 8 years ago)
- Last Synced: 2025-03-30T05:32:16.695Z (over 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 2
- Watchers: 14
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# remix-plugin-8000
remix-plugin-8000 integrates remix with analysis tools such as Slither and Mythril. The sooner a solidity developer learns of an issue, the sooner they can understand it and make a correct fix. This plugin reduced the friction in running separate tools by adding a button to run them from within the remix-ide website.
The remix plugin API is based from https://github.com/yann300/remix-plugin
This tool was created during the ETHBerlin 2018 Hackathon.
## Usage
* Use https://remix-alpha.ethereum.org/
* Go to Settings, Under plugins fill out this info:
```
{
"title": "remix-plugin-8000",
"url": "http://207.154.235.189:8000"
}
```
* Click the Load button and you should see remix-plugin-8000 button appear
* Click the remix-plugin-8000 button to load the plugin into a small window
* Now click on the button you would like to perform the analysis
## Setup
If you would like to run the analysis software on your own computer instead of the public one, follow the directions below
* Clone this repository to a server and change directory to it
* `git clone https://github.com/trailofbits/slither`
* `sudo pip3 install mythril`