mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-10 02:05:37 +00:00
Build Shared Library
Prerequisites
- Follow the instructions in the README.md to install blst and build the C-KZG code.
JAVA_HOME
environment variable is set to a JDK with aninclude
folder containing a jni.h file.
Build
make build
This will install the library in the src/main/resources/lib
folder according to your OS
Test
make test