SDK-CSharp
C# TPP SDK for interacting with Token Platform.
Requirements
On Windows
There are no prerequisites for Windows.
On Linux and OSX
Install Mono
from here.
`Mono` is an open source implementation of Microsoft's .NET Framework. It brings the .NET framework to non-Windows envrionments like Linux and OSX.
Build
On OSX
Make sure you have ruby
and dotnet-sdk
installed.
Build the protobuf classes if you haven't:
ruby build_proto.rb
To build the solution:
dotnet build
To run the tests:
dotnet test
Using the SDK
To use the SDK, add the Nuget package as a dependency to your project file:
<ItemGroup> <PackageReference Include="Token.SDK.Net" Version="2.0.0-beta2" /> </ItemGroup>