什么是 ton?
TON 区块链 — 地址、消息、TVM、单元、蓝图、合同、支付、API。 来源:hairyf/blockchain-master。
TON 区块链 — 地址、消息、TVM、单元、蓝图、合同、支付、API。
通过命令行快速安装 ton AI 技能到你的开发环境
来源:hairyf/blockchain-master。
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.
| 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 |
TON 区块链 — 地址、消息、TVM、单元、蓝图、合同、支付、API。 来源:hairyf/blockchain-master。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/hairyf/blockchain-master --skill tonTON 区块链 — 地址、消息、TVM、单元、蓝图、合同、支付、API。 来源:hairyf/blockchain-master。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/hairyf/blockchain-master --skill ton 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/hairyf/blockchain-master