Install
Requirements
- JDK 17+
- Android Studio (for Android host apps)
- Flutter SDK (only if you integrate through the Flutter plugin)
Add dependency (Kotlin/Android)
Use your internal artifact source or local repository setup used by this project, then add the SDK dependency in your app module:
dependencies {
implementation("com.cramium.blockchain:blockchain-kit-sdk:<version>")
}
Add dependency (Flutter)
If you consume through the Flutter wrapper in this repository:
dependencies:
blockchain_kit_sdk_flutter_plugin:
path: ../blockchain_kit_sdk_flutter_plugin
Then run:
flutter pub get
Verify installation
Build your app once and ensure the SDK symbols resolve in your IDE:
BlockchainKitSdkUnlockStrategyMpcWalletStorage
If symbols are unresolved, confirm repository configuration and version alignment first.