Skip to content

rahulyadav-57/misti

 
 

Repository files navigation

Misti Logo Misti

Misti is a static analysis tool designed for smart contracts on the TON blockchain.

Language Support

Features

  • Code Analysis: Identify and fix potential security flaws and code problems early in the development cycle.
  • CI/CD Integration: Integrate Misti into your CI/CD pipeline to ensure continuous code quality checks.
  • Custom Detectors: Create custom detectors to solve specific problems in your code or to provide a thorough security review if you are an auditor.

Getting Started

  1. (optional) Install Soufflé to enable more built-in functionality.

  2. Install Misti:

npm install -g @nowarp/misti
  1. Run Misti by specifying a Tact contract, project config, or directory to check:
misti path/to/src/contracts

See Misti Configuration for available options, or Developing Misti for advanced instructions. Blueprint users should refer to the appropriate documentation page.

Resources

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.3%
  • Tact 6.6%
  • Mermaid 3.5%
  • JavaScript 0.6%