1010
1111### Core components
1212
13- * ` org.ton:ton-kotlin-tvm:0.5.0 ` - TVM Primitives (Cells, BOC, etc.)
14- * ` org.ton:ton-kotlin-crypto:0.5.0 ` - Crypto primitives for TON (ED25519, SHA, etc.)
15- * ` org.ton:ton-kotlin-adnl:0.5.0 ` - ADNL (Abstract Datagram Network Layer) TON Network implementation
13+ * ` org.ton.kotlin :ton-kotlin-tvm:0.5.0 ` - TVM Primitives (Cells, BOC, etc.)
14+ * ` org.ton.kotlin :ton-kotlin-crypto:0.5.0 ` - Crypto primitives for TON (ED25519, SHA, etc.)
15+ * ` org.ton.kotlin :ton-kotlin-adnl:0.5.0 ` - ADNL (Abstract Datagram Network Layer) TON Network implementation
1616
1717### API Interfaces
1818
19- * ` org.ton:ton-kotlin-contract:0.5.0 ` - Smart-contracts API interface
20- * ` org.ton:ton-kotlin-liteclient:0.5.0 ` - Lite-client API implementation
19+ * ` org.ton.kotlin :ton-kotlin-contract:0.5.0 ` - Smart-contracts API interface
20+ * ` org.ton.kotlin :ton-kotlin-liteclient:0.5.0 ` - Lite-client API implementation
2121
2222### TL-B (TL-Binary)
2323
24- * ` org.ton:ton-kotlin-tlb:0.5.0 ` - TON TL-B (TL-Binary) serialization/deserialization
25- * ` org.ton:ton-kotlin-block-tlb:0.5.0 ` - Pre-generated TL-B schemas for TON Blockchain
26- * ` org.ton:ton-kotlin-hashmap-tlb:0.5.0 ` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary)
24+ * ` org.ton.kotlin :ton-kotlin-tlb:0.5.0 ` - TON TL-B (TL-Binary) serialization/deserialization
25+ * ` org.ton.kotlin :ton-kotlin-block-tlb:0.5.0 ` - Pre-generated TL-B schemas for TON Blockchain
26+ * ` org.ton.kotlin :ton-kotlin-hashmap-tlb:0.5.0 ` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary)
2727
2828## Documentation
2929
3030https://github.com/andreypfau/ton-kotlin/wiki/TON-Kotlin-documentation
3131
3232<!-- Badges -->
3333
34- [ maven-central ] : https://central.sonatype.com/artifact/org.ton/ton-kotlin-crypto/0.5.0
34+ [ maven-central ] : https://central.sonatype.com/artifact/org.ton.kotlin /ton-kotlin-crypto/0.5.0
3535
3636[ license ] : LICENSE
3737
@@ -41,7 +41,7 @@ https://github.com/andreypfau/ton-kotlin/wiki/TON-Kotlin-documentation
4141
4242[ telegram ] : https://t.me/tonkotlin
4343
44- [ maven-central-svg ] : https://img.shields.io/maven-central/v/org.ton/ton-kotlin-tvm?color=blue
44+ [ maven-central-svg ] : https://img.shields.io/maven-central/v/org.ton.kotlin /ton-kotlin-tvm?color=blue
4545
4646[ kotlin-svg ] : https://img.shields.io/badge/Kotlin-2.2.20-blue.svg?logo=kotlin
4747
0 commit comments