.NET binding library for TON-SDK released

Hi!
I present .Net version of the TON-SDK library binding. Using cross-platform .NetStandard technology.
Author: Stanislav Popov
GitHub: https://github.com/staszx/Ton.Sdk
Telegram: https://t.me/staszx
https://t.me/NET_TON_SDK

7 Likes

Hello everybody. I did not write the information into the readme about execute of tests. And in order not to violate the conditions I will not add commit to github. I’ll leave the information here.
For a quick test of the project you need:

  1. Download the project from github (https://github.com/staszx/Ton.Sdk)
  2. Install .NET CORE 3.1 (https://dotnet.microsoft.com/download/dotnet-core/3.1)
  3. In the folder with tests, execute the command dotnet test
4 Likes