Skip to content

Static analysis

Allister Beharry edited this page Feb 19, 2022 · 1 revision

Static program analysis performs analysis on smart contracts without executing them, in contrast to tools like unit tests which rely on executing the smart contract code with a facade that mimics locally the Stratis smart contract API.

Clone this wiki locally