Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
using Blocto.Sdk.Core.Extension;
using Blocto.Sdk.Core.Utility;
using Blocto.Sdk.Aptos;
_bloctoWalletProvider = BloctoWalletProvider.CreateBloctoWalletProvider(
gameObject: gameObject,
env: EnvEnum.Mainnet,
bloctoAppIdentifier:Guid.Parse("your appId")
);