ton

📁 hairyf/blockchain-master 📅 3 days ago
1
总安装量
1
周安装量
#51175
全站排名
安装命令
npx skills add https://github.com/hairyf/blockchain-master --skill ton

Agent 安装分布

amp 1
trae 1
opencode 1
cursor 1
codex 1

Skill 文档

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

Features

Development

Topic Description Reference
Blueprint create-ton, Sandbox, project structure features-blueprint
Contract development First contract, storage, messages, get methods, Tolk features-contract-development

Payments & API

Topic Description Reference
Payments Toncoin, Jettons, finality, monitoring features-payments
API Liteservers, TON Center, TonAPI, dTON features-api