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.Evm;
var bloctoWalletProvider = BloctoWalletProvider.CreateBloctoWalletProvider(
gameObject: gameObject,
env: EnvEnum.Devnet,
bloctoAppIdentifier:Guid.Parse("{your app id}")
);
bloctoWalletProvider.Chain = [ChainEnum.Ethereum/ChainEnum.BSC/...];