ton
Skill is based on TON documentation (ton-org/docs), generated at 2026-02-09.
TON (The Open Network) is a decentralized blockchain with an Actor model (all entities are smart contracts), stack-based TVM, and cell-based serialization. This skill covers foundations, contract development with Blueprint, payments, and API access.
Core References
| Topic | Description | Reference |
|---|---|---|
| Addresses | Internal/external addresses, workchains, account ID | core-addresses |
| Messages | Message types, StateInit, deploy, transactions | core-messages |
| Cells & serialization | Cells, BOC, builders and slices | core-cells-serialization |
| TVM | Stack, data types, gas, instructions, get methods | core-tvm |
| TVM exit codes | Compute/action phase codes, testing | core-tvm-exit-codes |
| Fees & status | Storage/compute/forward fees, account status (nonexist, uninit, active, frozen) | core-fees-status |
| TVM registers | c0–c7, c4/c5 durable, c7 environment | core-tvm-registers |
Features
Development
More from hairyf/blockchain-skills
solana-anchor
Agent-oriented skills for the Anchor framework—Solana program structure, accounts, CPI, IDL, clients, and tooling.
7solana
Solana blockchain development — core concepts, clients, RPC, tokens, and payments for agent-driven tooling.
6tron
TRON (java-tron) - account model, DPoS, resources, system contracts, TVM, TRC-10/TRC-20, DEX, APIs, events, TronGrid.
4solana-kit
Solana Kit (JavaScript SDK) — RPC, signers, transactions, accounts, codecs, instruction plans, and program clients for agent-driven Solana tooling.
4tronbox
Development framework and testing environment for TRON (TVM) and EVM-compatible chains — compile, migrate, test, and console.
3tonweb
TonWeb JavaScript SDK for TON. Wallets, BOC, HttpProvider, NFT, Jetton, DNS.
3