From c3af15cbe8f5bb9e6aec622d3772277642e5548b Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Mon, 27 Apr 2020 14:12:53 +0530 Subject: [PATCH] remix-analyzer described --- docs/static_analysis.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/static_analysis.md b/docs/static_analysis.md index 0a65ec0299..b43b359eda 100644 --- a/docs/static_analysis.md +++ b/docs/static_analysis.md @@ -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) \ No newline at end of file