Library with a JNI interface to the shared rust code of MobileCoin.
android-bindings is available under open-source licenses. Look for the LICENSE file in each crate for more information.
This distribution includes cryptographic software. Your country may have restrictions on the use of encryption software. Please check your country's laws before downloading or using this software.
Directory | Description |
---|---|
docker | Dockerfile for the builder image. |
lib-wrapper | An Android library project to embedd the native libraries. |
mobilecoin | MobileCoin submodule. |
src | JNI bridge between Java and Rust. |
- Using Docker
make build
- Host machine
make libs