blueprint-tsa
v1.1.2
Published
TSA plugin for TON Blueprint
Readme
blueprint-tsa
A plugin for the Blueprint Framework that simplifies your workflow with the TON Symbolic Analyzer.
Getting Started
- Add this plugin as a dependency of your Blueprint project:
yarn add blueprint-tsa- Add this configuration to
blueprint.config.ts:
import { TsaPlugin } from "blueprint-tsa";
export const config = {
plugins: [new TsaPlugin()],
};Usage
Run the following command:
yarn blueprint tsa helpMore more information, visit documentation.
