What is ton-tact?
Tact language for TON blockchain smart contracts — types, contracts, messages, send/receive, stdlib, and security. Source: hairyf/blockchain-skills.
Tact language for TON blockchain smart contracts — types, contracts, messages, send/receive, stdlib, and security.
Quickly install ton-tact AI skill to your development environment via command line
Source: 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 |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/hairyf/blockchain-skills --skill ton-tactTact language for TON blockchain smart contracts — types, contracts, messages, send/receive, stdlib, and security. Source: hairyf/blockchain-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hairyf/blockchain-skills --skill ton-tact Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/hairyf/blockchain-skills