Skip to content

Commit f18a4f1

Browse files
Update README.md
1 parent 8565d44 commit f18a4f1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
# TON liteapi
1+
# TON lite_api
22

33
Implementation of [lite_api](https://github.com/ton-blockchain/ton/blob/master/tl/generate/scheme/lite_api.tl) and [lite-client](https://github.com/ton-blockchain/ton/tree/master/lite-client) in Rust using [adnl-rs](https://github.com/tonstack/adnl-rs).
44

5-
| Feature | Status |
6-
| ------------- | -------------------------------- |
7-
| ADNL Client | ✅ Implemented |
8-
| ADNL Server | ❌ Not implemented |
9-
| ADNL P2P | ❌ Not implemented |
10-
| async | ❌ Not implemented |
11-
| ed25519 libs | curve25519_dalek + x25519_dalek |
5+
| Feature | Status |
6+
| ----------------- | -------------------------------- |
7+
| lite_api client | ✅ Implemented |
8+
| lite_api server | ❌ Not implemented |
9+
| lite-client cli | ✅ Implemented |
10+
| async | ❌ Not implemented |
1211

1312
## Installation
1413
```bash

0 commit comments

Comments
 (0)