@tesserae/ton-dev-skills
v0.1.4
Published
TON blockchain development toolkit — security scanner, migration engine, MCP server, and CLI
Downloads
474
Maintainers
Readme
TON Dev Skills
Practical TON contract tooling for agents and developers.
Install
npm i -g @tesserae/ton-dev-skills
# or run without install
npx -y @tesserae/ton-dev-skills doctor --jsonWhy this is more evaluator-friendly than typical TON tooling
Compared to standard scaffolding-first tools (e.g., Blueprint), TON Dev Skills optimizes for proof + security + automation:
- deterministic PASS/FAIL demo modes in one command
- machine-readable JSON/SARIF outputs for CI and grant reviewers
- one-command judge report generation
- one-command GitHub CI workflow bootstrap
Top 3 new priorities shipped (v0.1.4)
- Judge report generator
ton-dev report --judge --out GRANT_EVIDENCE.md- CI workflow bootstrap
ton-dev ci --github- Init with CI on day one
ton-dev init my-ton-project --ci60-second judge path
npx -y @tesserae/ton-dev-skills doctor --json
npx -y @tesserae/ton-dev-skills demo --pass --ci --out ./.ton-dev-artifacts
npx -y @tesserae/ton-dev-skills demo --fail --ci --out ./.ton-dev-artifacts
npx -y @tesserae/ton-dev-skills report --judge --out GRANT_EVIDENCE.mdCommands
ton-dev doctor [--json]ton-dev init [dir] [--ci]ton-dev ci --github [--out <dir>]ton-dev demo [--json] [--ci] [--pass|--fail] [--out <dir>]ton-dev audit <file|dir> [--format table|json|sarif] [--out <file>] [--explain]ton-dev rules --tonton-dev scorecard [--json]ton-dev report --judge [--out <file>]
Links
- npm: https://www.npmjs.com/package/@tesserae/ton-dev-skills
- GitHub: https://github.com/TesseraeVentures/ton-dev-skills
License
MIT
