Getting Started
Initialize FCL and add Blocto as a wallet provider
Last updated
Was this helpful?
Initialize FCL and add Blocto as a wallet provider
Last updated
Was this helpful?
In this guide we will show you prerequisite for Blocto Flow SDK.
A sample app is available at:
.Net Core version >= 2.1
iOS version >= 13
Android version >= 7.1
FCL-Unity and Blocto-unity-SDK is available through . You can download at github
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 .
Choose Assets > Import Package > to import both types of package.
Create BloctoWalletProvider
instance and register it with FllowClientLibrary
If you build unity on iOS platform, you will find LSApplicationQueriesSchemes in info.plist that created by blocto sdk. Pleases, don’t remove it.
(bloctoSDKAppId) in order to init BloctoWalletProvider
Set the require Configuration, the more description please go to the