Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mitinarseny authored Jun 8, 2024
1 parent 1798f85 commit 451c185
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# πŸ¦€ + πŸ’Ž Rust SDK for [TON](ton.org) blockchain
# πŸ¦€ + πŸ’Ž Rust SDK for [TON](https://ton.org) blockchain
[![docs.rs](https://img.shields.io/docsrs/toner)](https://docs.rs/toner/latest/toner)
[![crates.io](https://img.shields.io/crates/v/toner)](https://crates.io/crates/toner)
[![crates.io](https://img.shields.io/crates/v/toner)](https://crates.io/crates/toner)

### Crates

* [tlb](./crates/tlb/): TL-B (de)serialization
* [tlbits](./crates/bits/): binary-only
* [tlb-ton](./crates/tlb-ton/): TON-specific TL-B types
* [ton-contracts](./crates/contracts/): collection of bindings for common smart-contracts
* [toner](./crates/toner/): all-in-one

0 comments on commit 451c185

Please sign in to comment.