# SSA A collection of utilities to statically analyze solidity program ## 1. Installation Add to `Cargo.toml` ``` ssa = "0.1.2" ``` ### 2. Usage We have an example in [main.rs](https://github.com/duytai/ssa/blob/master/samples/src/main.rs)