#370: docs: add web sdk v0.5.0 ERC-4337 docs
Change request updated 1 year ago
Add the dependency below to your module's build.gradle file
build.gradle
dependencies { implementation "com.portto.sdk:solana:$bloctoSdkVersion" }
Initialize Blocto SDK
BloctoSDK.init( appId = "YOUR_APP_ID", // required env = BloctoEnv.PROD // optional (default is BloctoEnv.PROD) )
env: Specify the cluster. BloctoEnv.PROD for mainnet-beta and BloctoEnv.DEV for devnet. Default is BloctoEnv.PROD.
env
BloctoEnv.PROD
BloctoEnv.DEV
Last updated 2 years ago
Was this helpful?