Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker-volodya authored Jan 7, 2024
1 parent 8565d44 commit f18a4f1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# TON liteapi
# TON lite_api

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).

| Feature | Status |
| ------------- | -------------------------------- |
| ADNL Client | ✅ Implemented |
| ADNL Server | ❌ Not implemented |
| ADNL P2P | ❌ Not implemented |
| async | ❌ Not implemented |
| ed25519 libs | curve25519_dalek + x25519_dalek |
| Feature | Status |
| ----------------- | -------------------------------- |
| lite_api client | ✅ Implemented |
| lite_api server | ❌ Not implemented |
| lite-client cli | ✅ Implemented |
| async | ❌ Not implemented |

## Installation
```bash
Expand Down

0 comments on commit f18a4f1

Please sign in to comment.