Integrating the Honeygain SDK on Windows
The Honeygain SDK integrates with Windows client applications, including desktop GUI applications, console utilities, background/tray applications, and Windows services. Choose the C/C++ integration guide below when integrating with native C/C++ applications or technologies that can call a C-style library interface (e.g., Rust, Go, Python C extensions, Node.js native add-ons, Java via JNI). Choose the .NET/C# integration guide below when integrating with WPF, Windows Forms, or other .NET desktop applications.
📄️ C/C++ integration on Windows
Integrate the Honeygain SDK with native C/C++ applications or any technology that supports the C ABI on Windows.
📄️ .NET/C# integration on Windows
Integrate the Honeygain SDK with .NET desktop applications on Windows.
The Honeygain SDK is also available on Windows via Electron, enabling cross-platform desktop applications.
For setup and integration details, see the Electron documentation and the SDK-specific implementation guide.