From f18a4f159a909cf38009d920d197b85ee3a5f985 Mon Sep 17 00:00:00 2001 From: Vladimir Lebedev Date: Sun, 7 Jan 2024 17:50:02 +0700 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 13a02d0..4b688af 100644 --- a/README.md +++ b/README.md @@ -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