Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
In this guide we will show you prerequisite for Blocto Solana SDK.
A sample app is available at:
.Net Core version >= 2.1
iOS version >= 13
Android version >= 7.1
Portto.Blocto.Core and Portto.Blocto.Solana 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.
(bloctoSDKAppId) in order to init BloctoWalletProvider
The Unity SDK integrates with and provides the solana client to interact with the Solana blockchain, and you can access account data through the Solana client. For more information on the solana client, we recommend checking out solnet