10
10
11
11
### Core components
12
12
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
16
16
17
17
### API Interfaces
18
18
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
21
21
22
22
### TL-B (TL-Binary)
23
23
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)
27
27
28
28
## Documentation
29
29
30
30
https://github.com/andreypfau/ton-kotlin/wiki/TON-Kotlin-documentation
31
31
32
32
<!-- Badges -->
33
33
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
35
35
36
36
[ license ] : LICENSE
37
37
@@ -41,7 +41,7 @@ https://github.com/andreypfau/ton-kotlin/wiki/TON-Kotlin-documentation
41
41
42
42
[ telegram ] : https://t.me/tonkotlin
43
43
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
45
45
46
46
[ kotlin-svg ] : https://img.shields.io/badge/Kotlin-2.2.20-blue.svg?logo=kotlin
47
47
0 commit comments