monero-java
monero-java copied to clipboard
Java library for using Monero
This PR enables monero wallet light jni implementation
On Windows, the native libraries crash with a segfault creating a multisig tx.
This issue requests building monero-java and [monero-cpp](https://github.com/woodser/monero-cpp) to static libraries so all dependencies are self-contained, with a shared library wrapper to access libmonero-java in JNI. For example: libmonero-cpp.a, libmonero-java.a, and...
Ref. #74 haveno-dex/haveno#795 Now, there is only monero-java.so. It wraps monero, monero-cpp, boost etc. Working with haveno on linux (--useNativeXmrWallet=true). Depends woodser/monero-cpp#64
This PR uses the x86 and Arm binaries generated in [this PR for monero-cpp](https://github.com/woodser/monero-cpp/pull/65) to then generate x86 and Arm binaries for monero-java, which are then combined using the x86_64-apple-darwin11-lipo...