Getting Started
Initialize FCL and add Blocto as a wallet provider
In this guide we will show you prerequisite for Blocto Flow SDK.
A sample app is available at: https://github.com/blocto/blocto-unity-sdk
Installation
Requirements
.Net Core version >= 2.1
iOS version >= 13
Android version >= 7.1
Release Page
FCL-Unity and Blocto-unity-SDK is available through github. You can download at github release page
Import .unitypackage
You can import Standard Asset Packages, which are asset collections pre-made and supplied with Unity, and Custom Packages, which are made by people using Unity. More description at unity document.
Choose Assets > Import Package > to import both types of package.
Configuration
Register app id (bloctoSDKAppId) in order to init
BloctoWalletProvider
Set the require Configuration, the more description please go to the flow document
Create
BloctoWalletProvider
instance and register it withFllowClientLibrary
If you build unity on iOS platform, you will find LSApplicationQueriesSchemes in info.plist that created by blocto sdk. Pleases, don’t remove it.
Last updated