ton-org / blueprint

TON development for professionals - all-in-one tool for writing, testing and deploying smart contracts
475 stars 95 forks source link

Add Misti Support #142

Open jubnzv opened 3 months ago

jubnzv commented 3 months ago

Misti is a static analyzer for the TON blockchain funded by the TON Foundation. Currently, it supports Tact, and FunC support is planned for one of the upcoming versions.

The tool is under active development, and new detectors are being added regularly.

I suggest adding a new analyze or misti command to blueprint to simplify the developer's workflow with the analyzer, enabling them to follow security best practices and integrate the tool with CI/CD for blueprint projects.