Acton
Localnet

Overview

Run a TON-compatible local node with faucet, fork mode, startup wallets, and snapshot workflows

Acton includes a built-in local development node available through acton localnet. It is designed for fast local iteration with a familiar TonCenter API and reproducible state workflows.

Why Use It

  • Fast local feedback loop for deploys, transactions, and get-method calls.
  • Optional fork mode for querying real blockchain state from testnet or mainnet.
  • Built-in faucet and startup wallet bootstrap for zero-friction local testing.
  • Reproducible environments with SQLite persistence or JSON snapshots.

Built-in Explorer UI

The local node serves a bundled explorer UI from the same HTTP server as the API.

  • The root path redirects into the explorer UI, and client-side routes such as /explorer, /tokens, /nfts, /explorer/address/<ADDR>, and /explorer/tx/<HASH> all resolve through the same single-page app shell.
  • The UI reads blockchain data from /api/v2 and /api/v3, and uses /admin/address-name plus /admin/compiler-abi for local alias and ABI lookups.

Learn more

Last updated on

On this page