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

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

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/"
}

```