Replies: 2 comments 5 replies
-
Hi @roxrook, we are publishing Maven packages for wallet-core with each release. The simplest solution would be to just use maven. |
Beta Was this translation helpful? Give feedback.
4 replies
-
@Milerius Thanks. I've tried various approaches but run into various build issues:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'd love to integrate
wallet-core
into my Java backend application using the docker approach. Here is what I tried so far:build
directoryjni
folder into my project and link it using similar technique on Android:libTrustWalletCore.a
.I'm wondering if I'm on the right track here or I have to build the whole project using something similar to
ndk
like Android? The reason I used this approach because firstndk
is not available on the backend and integrating cmake is also a pain, second I also want to use this for my Go backend and docker seems to be the best approach.Beta Was this translation helpful? Give feedback.
All reactions