You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
# Armlet, a MythX API client wrapper
5
5
6
-
Armlet is a thin wrapper around the MythX API written in Javascript. It simplifies interaction with MythX and [JWT authentication](https://jwt.io/introduction/). For example, the library wraps API analysis requests into a promise, merges status information with analysis-result information, and judiciously polls for results.
6
+
Armlet is a thin wrapper around the [MythX API](https://api.mythx.io/v1/openapi) written in Javascript. It simplifies interaction with [MythX](https://mythx.io/) and [JWT authentication](https://jwt.io/introduction/). For example, the library wraps API analysis requests into a promise, merges status information with analysis-result information, and judiciously polls for results.
7
7
8
8
A simple command-line tool, `mythx-analysis`, is provided to show how to use the API. It can be used to run MythX analyses on a single Solidity smart-contract text file.
0 commit comments