Skip to content

Commit 4b7d6a5

Browse files
authored
Update README.md
1 parent c539671 commit 4b7d6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Armlet, a MythX API client wrapper
55

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.
77

88
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.
99

0 commit comments

Comments
 (0)