Using Sequence SDK for Blockchain Transactions in Unreal Engine
Overview:
This article explains how to use Sequence SDK in Unreal Engine to enable blockchain transactions and wallet interactions within your project.
Step 1: Prerequisites
You’ll need:
Unreal Engine 5.3 or greater installed.
Sequence developer account credentials.
Familiarity with Unreal Engine’s Blueprints or C++ workflow.
Step 2: Install Sequence SDK
Download the Sequence SDK plugin from the Sequence documentation site.
Copy the plugin folder to your Unreal Engine project’s Plugins directory.
Enable the plugin in Unreal Engine by navigating to Edit > Plugins and searching for "Sequence SDK."
Step 3: Set Up API Configuration
Go to your project’s settings.
Locate the SequenceConfig.ini file located at <project root>/Config (please create it if it doesn’t already exist)
Input your API Key and configurations obtained from Sequence Builder
To learn more, please check out our official docs page.
This article explains how to use Sequence SDK in Unreal Engine to enable blockchain transactions and wallet interactions within your project.
Step 1: Prerequisites
You’ll need:
Unreal Engine 5.3 or greater installed.
Sequence developer account credentials.
Familiarity with Unreal Engine’s Blueprints or C++ workflow.
Step 2: Install Sequence SDK
Download the Sequence SDK plugin from the Sequence documentation site.
Copy the plugin folder to your Unreal Engine project’s Plugins directory.
Enable the plugin in Unreal Engine by navigating to Edit > Plugins and searching for "Sequence SDK."
Step 3: Set Up API Configuration
Go to your project’s settings.
Locate the SequenceConfig.ini file located at <project root>/Config (please create it if it doesn’t already exist)
Input your API Key and configurations obtained from Sequence Builder
To learn more, please check out our official docs page.
Updated on: 19/12/2024
Thank you!