Getting Started
Installation
Add the dependency below to your module's build.gradle
file
Usage
Initialize Blocto SDK
env
: Specify the cluster. BloctoEnv.PROD
for mainnet and BloctoEnv.DEV
for testnet. Default is BloctoEnv.PROD
.
Last updated