1.0.1 • Published 3 years ago

@klevoya/inspect v1.0.1

Weekly downloads
13
License
-
Repository
github
Last release
3 years ago

inspect-cli

Automatically analyse your EOSIO smart contract for commonly found vulnerabilities.

Inspect makes finding vulnerabilities in your EOSIO smart contracts easy to do within your development workflow. Giving you peace of mind before you deploy on chain.

Quick Start

# install the CLI globally
npm install -g @klevoya/inspect

inspect login
# run an analysis
inspect check /path/to/contract.wasm
# check all analysis results
inspect reports

See the documentation page for further instructions.