⚠️ Deprecation NoticeThis repository is no longer maintained and has been officially deprecated.
We recommend NOT using this SDK in new projects.
For existing integrations, please be aware that no further updates, bug fixes, or support will be provided.
Thank you for your support and for being part of the Blocto developer community.
Integrate Blocto service into your dApp on Android.
Currently support
- Ethereum
- Arbitrum
- Optimism
- BNB Chain
- Polygon
- Avalanche
- Solana
- More blockchains are coming soon
For Flow, it's recommended to use fcl. Check the documents for more info.
Add the dependency below to your module's build.gradle
file
dependencies {
implementation "com.portto.sdk:solana:$bloctoSdkVersion"
implementation "com.portto.sdk:evm:$bloctoSdkVersion"
}
Please refer to documentation
To run EVM demo, Infura id is needed to connect to RPC endpoint.
Put your id into Config.kt
object Config {
const val INFURA_ID = "YOUR_INFURA_ID"
}
BloctoSDK is available under the MIT license. See the LICENSE file for more info.