TheDocumentation Index
Fetch the complete documentation index at: https://docs.solidscipt.zoracle.xyz/llms.txt
Use this file to discover all available pages before exploring further.
validate command runs SolidScript’s built-in static analysis rules directly against your TypeScript contract source. It catches common smart-contract pitfalls before you reach the compile or deploy stage. Use it as a fast feedback loop during development and as a required gate in CI. Add --secure to treat every footgun warning as a hard error, leaving targeted allow decorators as the only way to pass.
Arguments
| Argument | Description |
|---|---|
<input> | Path to the directory containing your TypeScript contract files |
Options
| Flag | Description |
|---|---|
--secure | Escalate footgun warnings to errors unless the pattern is explicitly allowed with a targeted decorator |