Was ist ton-tact?
Taktsprache für intelligente Verträge der TON-Blockchain – Typen, Verträge, Nachrichten, Senden/Empfangen, Stdlib und Sicherheit. Quelle: hairyf/blockchain-skills.
Taktsprache für intelligente Verträge der TON-Blockchain – Typen, Verträge, Nachrichten, Senden/Empfangen, Stdlib und Sicherheit.
Installieren Sie den KI-Skill ton-tact schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: 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 |
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/hairyf/blockchain-skills --skill ton-tactTaktsprache für intelligente Verträge der TON-Blockchain – Typen, Verträge, Nachrichten, Senden/Empfangen, Stdlib und Sicherheit. Quelle: hairyf/blockchain-skills.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/hairyf/blockchain-skills --skill ton-tact Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/hairyf/blockchain-skills