Getting Started

In this guide we show how to use it.

A sample application 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 Custom Packages, which are made by portto 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.

Both EnvEnum.Testnet and EnvEnum.Devnet use Aptos testnet.

Last updated

Was this helpful?