https://github.com/nodefactoryio/remix-mythx-plugin
Plugin for remix that allows you to analyse your code using MythX
https://github.com/nodefactoryio/remix-mythx-plugin
ethereum mythril plugin remix remix-ide solidity
Last synced: 3 months ago
JSON representation
Plugin for remix that allows you to analyse your code using MythX
- Host: GitHub
- URL: https://github.com/nodefactoryio/remix-mythx-plugin
- Owner: NodeFactoryIo
- Created: 2019-02-12T10:53:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T08:14:46.000Z (about 4 years ago)
- Last Synced: 2023-03-06T13:17:23.785Z (over 2 years ago)
- Topics: ethereum, mythril, plugin, remix, remix-ide, solidity
- Language: JavaScript
- Homepage: https://nodefactoryio.github.io/remix-mythx-plugin/
- Size: 2.32 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remix MythX Plugin
## Installation
Add following json to Remix plugin section and click `Load`:
```json
{
"title": "MythX Verification",
"url": "https://nodefactoryio.github.io/remix-mythx-plugin/"
}```