Write TON dApps the Rust way with a modern crate family:
ton_core, ton, and ton_macros.✨ Why devs will love it
• Type-safe TON primitives: Cells/BOCs, addresses, TL-B parsing/serialization
• Zero-boilerplate TL-B: derive layouts with
#[derive(TLB)] from ton_macros • Two network clients:
–
TLClient (behind the tonlibjson feature) using TON’s TonLib API – Built-in lite client (always available) using ADNL + Lite API
• Block.TLB coverage: a large set of predefined
block.tlb types in ton/src/block_tlb/ –
tx.rs (transactions), msg.rs (messages), tvm_stack.rs (TVM stack) — parse raw chain data & traces out of the box • Practical examples to get you shipping fast
Repo:
https://github.com/ston-fi/ton-rs
#TON #Rust #TONBlockchain #OpenSource