Open nilskp opened 3 weeks ago
Sorry, just now seeing this. You need to have the secp256k1 native library in your java.library.path
(which is where native libraries are searched for) I think this is covered in the README. I should be releasing 0.0.2 soon, so try again when that is released.
Ok, and where do I find that?
Ok, and where do I find that?
The README explains how to install it with Nix. But you can also find the source here: https://github.com/bitcoin-core/secp256k1
Trying to run this code, from the example:
On
graalvm-jdk-22.0.1+8.1
withsecp256k1-foreign:0.0.1
andsecp256k1-api:0.0.1
in the classpath.Getting:
What am I missing?