C# TPP SDK for interacting with Token Platform.
There are no prerequisites for Windows.
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.
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
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>