Software Development Kits (SDKs)
C++ SDK coming soon
The C++ examples throughout this section target an older version of the Enjin Platform and won't work against the current API. An updated C++ SDK is on the way — for now, use the C# SDK or the GraphQL examples.
The Enjin Platform SDKs provide an API for communicating with the Enjin Platform.
The Enjin Platform SDKs give developers a native, strongly-typed way to interact with the Enjin Platform's GraphQL API in their language of choice, without having to hand-write queries or build a bridge between your application and our API. This lets games and apps query on-chain data and submit transactions directly, with the request building, sending, and response handling all handled for you.
SDK Libraries
| Library | Package | Source |
|---|---|---|
| C# | Enjin.Platform.Sdk on NuGet | /enjin/platform-csharp-sdk |
| C++ | Coming soon | /enjin/platform-cpp-sdk |