Getting Started

In this guide we will show you prerequisite for Blocto Solana SDK.

A sample app is available at: https://github.com/blocto/blocto-unity-sdkarrow-up-right

Requirements

  • .Net Core version >= 2.1

  • iOS version >= 13

  • Android version >= 7.1

Release Page

Portto.Blocto.Core and Portto.Blocto.Solana is available through githubarrow-up-right. You can download at github release pagearrow-up-right

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 documentarrow-up-right.

Choose Assets > Import Package > to import both types of package.

Wallet Provider

  1. Register app idarrow-up-right (bloctoSDKAppId) in order to init BloctoWalletProvider

  2. Create BloctoWalletProvider instance.

Solana Client

The Unity SDK integrates with Solnetarrow-up-right 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

Last updated

Was this helpful?