Skip to content

Commit

Permalink
remix-analyzer described
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Apr 27, 2020
1 parent 1028917 commit c3af15c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/static_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,3 +288,9 @@ function contribute() payable public {
fee = msg.value * (p2 / 100);
}
```

Remix-analyzer
-----------------
`remix-analyzer` is the library which works underneath of remix-ide `Solidity Static Analysis` plugin.

`remix-analyzer` is an [NPM package](https://www.npmjs.com/package/remix-analyzer). It can be used as a library in a solution supporting node.js. Find more information about this type of usage in the [remix-analyzer repository](https://github.com/ethereum/remix/tree/master/remix-analyzer#how-to-use)

0 comments on commit c3af15c

Please sign in to comment.