ton-tact とは?
TON ブロックチェーン スマート コントラクトのタクト言語 — タイプ、コントラクト、メッセージ、送受信、stdlib、セキュリティ。 ソース: hairyf/blockchain-skills。
TON ブロックチェーン スマート コントラクトのタクト言語 — タイプ、コントラクト、メッセージ、送受信、stdlib、セキュリティ。
コマンドラインで ton-tact AI スキルを開発環境にすばやくインストール
ソース: hairyf/blockchain-skills。
Tact is a statically typed smart contract language for the TON blockchain. Contracts use message-based communication (receive/send), structs and messages for data, and traits for reuse. This skill focuses on agent-oriented usage: type system, contracts and receivers, sending/receiving messages, cells and serialization, standard libraries, and security practices.
| Type system | Primitives, optionals, maps, structs, messages, contracts, traits | core-types | | Contracts and traits | init, parameters, receivers, getters, interfaces, BaseTrait | core-contracts | | Structs and messages | Definition, instantiation, toCell/fromCell, TL-B layout | core-structs-messages |
| Receiving messages | receive(), text/binary/slice receivers, order, external/bounced | core-receive | | Sending messages | send(), SendParameters, reply, forward, notify, cashback, deploy, emit | core-send | | Cells, Builders, Slices | Cell/Builder/Slice, beginCell, store/load, Struct/Message helpers | core-cells |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/hairyf/blockchain-skills --skill ton-tactTON ブロックチェーン スマート コントラクトのタクト言語 — タイプ、コントラクト、メッセージ、送受信、stdlib、セキュリティ。 ソース: hairyf/blockchain-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/hairyf/blockchain-skills --skill ton-tact インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/hairyf/blockchain-skills