ZumoKit is a state of the art wallet architecture underpinning our flagship product Zumo that provides secure transfer and exchange of fiat and cryptocurrency funds.
Refer to ZumoKit SDK developer documentation and reference for usage details.
- Android 5.0 (API level 21) and above
- Android Gradle Plugin 7.0
- Gradle 7.0+
Add ZumoKit SDK to your dependencies:
dependencies {
implementation 'com.github.zumo:zumokit-android:4.8.12'
}The example project demonstrates the expected user flow, including authentication process, wallet creation and transaction submission. Ask your account manager to provide you with neccesarry credentials.
To run the example project, clone the repo, open the project in Android Studio and build & run the project.
NOTE: You need to install the git-lfs client to be able to clone this repository.