0.3.1 • Published 5 years ago

ramuh v0.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

CircleCI

Ramuh, a real-time security notifier

Ramuh brings the power of the MythX Platform API to your desktop.

It watches directories for changes on smart contract files, sends data to MythX security analysis platform and shows relevant security issues found on your code as desktop notifications.

How to use

First, install ramuh package:

$ npm i -g ramuh

For using ramuh you need MythX platform credential, either as an API key or as a eth address and password pair. Ramuh expects these values to be set as the environment variables MYTHX_API_KEY or MYTHX_ETH_ADDRESS and MYTHX_PASSWORD. Then, start it indicating MythX platform access credentials and the directory to watch:

$ ramuh -contractspath /path/to/contracts

From this point, when you change *.sol files in /path/to/contracts, an analysis request is sent to the MythX API endpoint. If any security issue is detected, it will be shown to you as a desktop notification.

This video shows how all this works:

Ramuh - MythX interaction

For more info join the MythX community at Discord.

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

6 years ago

0.1.0

6 years ago