-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(C#) Ton Client over Lite Client #407
Comments
@purpleguy99, how is it going? |
~80%, in progress, will done soon |
Task completed. Unified client for liteclient and http client here - https://github.com/continuation-team/TonSdk.NET/blob/main/TonSdk.Client/src/Client/TonClient.cs Wallet for rewards - |
Any updates? @delovoyhomie |
Any updates? |
@thekiba any updates? |
Where can i get apikey, fron ton console? |
Any updates? |
Summary
The development of Ton Client on top of Lite Client is critical to the TON ecosystem as it provides a secure, efficient and reliable tool for retrieving data from Lite Servers. By building a Ton Client implementation on top of Lite Client, developers can easily retrieve important data straight from Lite Servers without having to use third party APIs.
Context
Ton Client over Lite Client is an essential tool for TON, which enables fast and efficient work with Lite Servers. Currently, there is only Ton Client over Toncenter api/v2 in our library, since until now there was no native implementation of a Lite Client. This proposal aims to create an TonClient implementation with all existing methods in TonSdk.Client via LiteClient, which will make it faster and easier for developers to retreive data from LiteServers, without any bounds.
Goals
Implement TonClient over LiteClient:
Other methods will be implemented according to free access schema from TonSdk.Client
All the following methods will be implemented in a friendly use style under a single abstract class existing in TonSDK.Client for ease of use.
References
https://github.com/ton-blockchain/ton/blob/master/tl/generate/scheme/tonlib_api.tl#L326-L333
https://github.com/ton-blockchain/ton/blob/6897b5624566a2ab9126596d8bc4980dfbcaff2d/tonlib/tonlib/TonlibClient.cpp#L5411-L5443
Estimate suggested reward
1.600 USD in TON
The text was updated successfully, but these errors were encountered: