Use of SDK

The SDK provides an interface via the HTTP protocol and supports a wide range of development environments and game engines such as Unity, Unreal Engine and Godot. developers can integrate with any language or tool that supports HTTP requests.

Example:

  • Unity Integration Install the HttpClient class library in your Unity project.

  • Create a BlockchainManager class to manage all blockchain interactions.

  • Use HttpClient to send HTTP requests to the interface provided by the SDK.

Last updated