1.1.0 • Published 8 years ago
solidity-static-analysis v1.1.0
solidity-static-analysis
The goals of this project is to create a way to add Remix's static analysis to your Truffle workflow.
To get started make sure you are running node v8.6.0. The easiest way to do
that is via nvm.
nvm install v8.6.0
nvm use v8.6.0Once you have node v8.6.0 installed run
npm upgrade
node analyse SomeContract.solReplacing SomeContract.sol to the path of your contract.
There are some examples in ./contracts which you can run with
node analyse ./contracts/BadCode.solOr to run all the .sol files in a directory
node analyse --directory ./contractsCurrently the only stand alone contracts are supported but if there is interest we will support included contracts and libraries.