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-master
openzeppelin-contracts
Secure smart contract library—access control, tokens (ERC20/721/1155/4626/6909), upgradeable contracts, and utilities.
15viem
TypeScript interface for Ethereum — clients, contracts, accounts, chains, ENS, and utilities.
13wagmi
Wagmi — React/Vue/Solid hooks and Core for Ethereum; config, connectors, read/write contracts, TanStack Query.
11envio
Envio blockchain data stack — HyperSync, HyperIndex, HyperRPC; fast indexing and data APIs.
8uniswap-v4
Uniswap v4 core pool logic — singleton PoolManager, unlock/callback, pool actions, hooks, and types.
7aave-v3-core
Aave Protocol V3 core contracts—Pool (supply, borrow, liquidate, flash loans), data types, addresses provider, eMode and isolation.
6