-
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# SDK for TON #204
Comments
@pyAndr3w will you work on this? |
Good luck then! Don't forget to write here sometimes about your current progress. @pyAndr3w |
@pyAndr3w, any updates? |
@delovoyhomie, wip, will be completed soon |
Done! @purpleguy99 and I have released v0.1.0 of the SDK. Repository: https://github.com/continuation-team/TonSdk.NET Please split the reward between the two of us and send the NFTs to each. My wallet: @purpleguy99, please send your wallet address. |
|
May I nominate https://github.com/justdmitry/TonLib.NET instead - it works with liteservers and does not require TonCenter API or other 3rdparty services. |
Thank you for your suggestion and the link to the TonLib.NET project. It is undoubtedly a valuable tool for the TON community. However, our Footstep was created and accepted with the specific aim of developing a new SDK, which we have successfully implemented. We have considered all the necessary aspects described in our initial proposal and incorporated them into our library. Moreover, the use of TonCenter API or other third-party services was part of our design to ensure certain functionalities and ease of use. Despite the presence of other approaches, our Footstep focused on achieving specific goals and meeting particular needs. We believe we have successfully completed this task. However, we take note of your remarks about the potential to work directly with liteservers via ADNL and plan to implement this in the future. This will allow us to expand the capabilities of our SDK and make it an even more versatile tool for working with the TON blockchain. We are always open to discussions and suggestions for further improvements to our SDK. Together, we can enhance and expand the TON ecosystem. |
@justdmitry, what are the advantages of your library? If it's not compatible with C# SDK, what use cases does it provide? |
TonLib.NET is a C# SDK itself (too). If you mean "with TonSdk.net" then... both can work with keys and mnemonics, parse/build Cells/BOCs (including HashmapE), read/send transactions with TON and custom bodies (for jettons, domains etc). So in general, I believe any of them can be used to interact with TON Blockchain, while particular missed "transaction templates" (like update DNS entry in TonSdk.NET or mint jettons in TonLib.NET) may be added in minutes when required. The principal difference is that TonLib.NET is "tonlib-based" (like pythonlib), while TonSdk.NET uses TonCenter now and may be upgraded for direct ADNL connections in the future (like tonutils-go or ton-kotlin). Other differences (like "System.Text.Json" vs "Newtonsoft.Json" used packages, CRC builtin vs external package, Logging and Options packages) are not important IMHO. |
Rewards sent! Thank you for the contribution. |
Summary
The C# language, widely used in the .NET and Unity ecosystems, can greatly benefit from a dedicated SDK to work with TON Blockchain. Developing this SDK will attract more developers to the TON ecosystem, expanding its reach and utility. This proposal outlines a development plan to create a comprehensive C# SDK for TON Blockchain.
Context
At the moment there are many popular libraries to work with the TON blockchain, but there is not yet a single current library that could cover the C#, .NET and Unity developers community. Here is a development plan that I would like to implement as part of this footstep:
Goals
Develop the С# SDK to work with the TON blockchain
Deliverables
GitHub with TonSdk.NET library and examples
Definition of Done
GitHub repository with the source code
Reward
Total: $5000
The text was updated successfully, but these errors were encountered: