Misti is a static analysis tool for Tact smart contracts.
Clone the repository and install dependencies:
git clone https://github.com/nowarp/misti
cd misti
yarn install && yarn build
Run Misti by specifying a Tact project configuration:
./bin/misti test/projects/simple/tactConfig.json
For detailed configuration and usage instructions, visit the Misti Documentation.