Skip to content

nowarp/misti

Repository files navigation

Misti

Misti is a static analysis tool for Tact smart contracts.

Installation

Clone the repository and install dependencies:

git clone https://github.com/nowarp/misti
cd misti
yarn install && yarn build

Quick Start

Run Misti by specifying a Tact project configuration:

./bin/misti test/projects/simple/tactConfig.json

Documentation

For detailed configuration and usage instructions, visit the Misti Documentation.