Getting Started
Installation
Add the dependency below to your module's build.gradle
file
dependencies {
implementation "com.portto.sdk:solana:$bloctoSdkVersion"
}
Usage
Initialize Blocto SDK
BloctoSDK.init(
appId = "YOUR_APP_ID", // required
env = BloctoEnv.PROD // optional (default is BloctoEnv.PROD)
)
Last updated
Was this helpful?