MTONGA plan

A unified toolchain for TON smart contracts

Acton is an all-in-one CLI built around Tolk — from project creation to tests, debugging, dApp integration, deployment, and verification.

Built for humans. Perfect for AI.

Installation

curl -LsSf https://github.com/ton-blockchain/acton/releases/latest/download/acton-installer.sh | sh

Essential features

The on-chain workflow reimagined

A full development environment built as one coherent system

Native Tolk Tests

Use Tolk itself for testing. Unit tests, transaction flows, and cross‑contract interaction — without switching languages.

50x faster than TypeScript + JS sandbox.

dApp-ready contracts

Generate TypeScript wrappers for frontend and end‑to‑end testing.

TON Connect and React as the UI — Tolk and TON Blockchain as the backend.

Friendly for AI agents

Skills and manuals available out of the box. Acton is a modern CLI tool that becomes an agent's runtime.

Built for humans — perfect for AI.

Debugger, done right

Test failed with exit code 9? Stop exactly at the exception, inspect the call stack, local variables, lazy fields, and more.

Works for fully‑optimized production contracts, in all IDEs.

Faucet and deployment

Not only develop, but deploy, verify, and configure your contracts. Acton manages wallets and faucet top‑ups on testnet.

Arbitrary on‑chain scripts — just using Tolk.

IDE integration

Linter and formatter to keep code style consistent. All rules are configurable.

VS Code, JetBrains, Cursor, Zed, and other LSP‑based editors.

Test UI: visualize traces

Inspect transaction trees, messages, fees, storage changes — for every test, in a clean dev‑oriented UI.

Raw binary data decoded based on Tolk ABI.

Migration path

Migrate FunC contracts to Tolk

Give an agent your existing FunC + Blueprint project, and it will handle the migration end-to-end.

Not only contracts are converted, but also TypeScript tests become native and fast.

Available via func2tolk skill for Codex/Claude.

FunC to Tolk migration diagram
Contracts become idiomatic Tolk
Fast native code instead of TypeScript
Gas consumption goes down
Continue developing with green tests

Start building

Ready to build?

Install Acton and start from the docs

curl -LsSf https://github.com/ton-blockchain/acton/releases/latest/download/acton-installer.sh | sh