check_tolk_syntax
Validate Tolk smart contract source code for syntax errors, returning either an OK status with code hash or a detailed error message. Skip full compilation to accelerate iterative development.
Instructions
Validates Tolk smart contract source code without returning the full compiled output. Returns either "OK" with the code hash, or a detailed error message. Faster feedback loop for iterative development.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sources | No | Object mapping filename → source code content | |
| entrypointFileName | Yes | The main .tolk file to check (e.g., "main.tolk") |