Installation
This guide helps you install the required tools, clone the official SDK project, and open it in Visual Studio Code (VS Code) for development.
Prerequisites
Before you begin, make sure you have the following installed and set up:
You have a GitHub account to access the official repository and releases.
.NET SDK
Version: .NET 9.0 or higher recommended
Verify installation:
dotnet --version
Code Editor
Visual Studio Code is recommended, but you can use any editor you prefer.
1
Download the SDK Release

Download OddsFeedSDKCore_3.6.0.tar.gz from the Releases asset page. This was the latest version at the time of writing. Ensure you always download the most recent release.
2
3
Last updated
Was this helpful?