원클릭으로
ton
TON Blockchain — addresses, messages, TVM, cells, Blueprint, contracts, payments, API.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
TON Blockchain — addresses, messages, TVM, cells, Blueprint, contracts, payments, API.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Go Ethereum (geth) — CLI, JSON-RPC, Clef, abigen, and developer workflows.
Agent-oriented skills for the Anchor framework—Solana program structure, accounts, CPI, IDL, clients, and tooling.
Solana Kit (JavaScript SDK) — RPC, signers, transactions, accounts, codecs, instruction plans, and program clients for agent-driven Solana tooling.
Solana blockchain development — core concepts, clients, RPC, tokens, and payments for agent-driven tooling.
TON Blueprint development environment — project layout, build/test/run, NetworkProvider, config, scripts, wrappers, and deploy/testing practices.
Tact language for TON blockchain smart contracts — types, contracts, messages, send/receive, stdlib, and security.
| name | ton |
| description | TON Blockchain — addresses, messages, TVM, cells, Blueprint, contracts, payments, API. |
| metadata | {"author":"Hairy","version":"2026.2.9","source":"Generated from https://github.com/ton-org/docs, scripts located at https://github.com/antfu/skills"} |
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.
| 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 |
| Topic | Description | Reference |
|---|---|---|
| Blueprint | create-ton, Sandbox, project structure | features-blueprint |
| Contract development | First contract, storage, messages, get methods, Tolk | features-contract-development |
| Tolk language | Types, message handling, lazy loading, IDE | features-tolk |
| Contract upgrades | setCodePostponed, setData, delayed and hot upgrades | features-upgrades |
| Standard wallets | V4, V5, Highload, comparison, use cases | features-wallets |
| Standard tokens | Jettons, NFTs, transfer, mint, burn, discovery | features-tokens |
| Signing | Ed25519, wallet/gasless/server patterns, TypeScript | features-signing |
| Topic | Description | Reference |
|---|---|---|
| Payments | Toncoin, Jettons, finality, monitoring | features-payments |
| API | Liteservers, TON Center, TonAPI, dTON | features-api |
| Topic | Description | Reference |
|---|---|---|
| Security | Integers, replay, accept_message, gas, random, front-running | best-practices-security |