lvaccaro / magical-bitcoin-wallet-jni

JNI bindings for magical-bitcoin-wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magical-bitcoin-wallet-jni

Build the library with:

CC="aarch64-linux-android21-clang" cargo build --target=aarch64-linux-android

Make sure that the compiler from the NDK is in your PATH

If the library is built in debug mode, there should already be a symlink from ./target/debug//libmagical_bitcoin_wallet_jni.so to the jniLibs directory, otherwise manually copy the shared object.

About

JNI bindings for magical-bitcoin-wallet

License:MIT License


Languages

Language:Rust 58.8%Language:Kotlin 41.2%