# sawtooth-sdk-dotnet **Repository Path**: hyperledger/sawtooth-sdk-dotnet ## Basic Information - **Project Name**: sawtooth-sdk-dotnet - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-27 - **Last Updated**: 2025-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sawtooth SDK for .NET Core ## Installation The SDK is available from [Nuget](https://www.nuget.org/packages/Sawtooth.Sdk/) built for netstandard2.0. `dotnet add package Sawtooth.Sdk` ## Tutorial Check the [docs](docs/) folder for an example transaction processor and client. Sample code is available in [examples](examples/) folder.