Skip to content

Releases: kuiralabs/kuira-sdk-android

Release list

v0.1.0-alpha01

v0.1.0-alpha01 Pre-release
Pre-release

Choose a tag to compare

@nel349 nel349 released this 29 May 23:45
87f67b8

First public alpha of the Kuira Android SDK. Build Midnight
zero-knowledge dApps on Android with passkey-derived identity, an embedded wallet, and a Compact
contract runtime — added as a single Gradle dependency.

Install

implementation("io.github.kuiralabs:dapp-ui:0.1.0-alpha01")

Add mavenCentral() to your settings.gradle.kts dependencyResolutionManagement.repositories block.

Docs

- Getting started: https://kuiralabs.github.io/kuira-sdk-android/
- Integration guide: https://kuiralabs.github.io/kuira-sdk-android/integration/
- Cookbook: https://kuiralabs.github.io/kuira-sdk-android/recipes/
- API reference: https://kuiralabs.github.io/kuira-sdk-android/api/
- Security policy: https://kuiralabs.github.io/kuira-sdk-android/security/

Status

Alpha — the API may change between releases. Pin the exact version (0.1.0-alpha01, not a version
range). Looking for early integrators who can give feedback. See the Known limitations
(https://kuiralabs.github.io/kuira-sdk-android/integration/#known-limitations) section in the
integration guide before adopting.

Source

The SDK source is currently private; sources jars are published next to every AAR on Maven Central
so you can read, audit, and debug into the code. A staged public-source path is on the roadmap.

Paste into the **Release description** field of
`https://github.com/kuiralabs/kuira-sdk-android/releases/edit/v0.1.0-alpha01`. Keep **Set as a
pre-release** checked.