TON Dev News
43.2K subscribers
66 photos
9 videos
238 links
Short announces with new services, tools, libraries and their features. Request a post: https://tg-me.sbs/tondev_news/33
Download Telegram
🦀 ton-rs — Idiomatic Rust toolkit for TON builders

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
👍19🔥942