mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-26 01:49:21 +00:00
456c3d8fab
* Enable pedantic warnings * Make same change in other places * Disable some warnings in java bindings
C# bindings
This directory contains C# bindings for the C-KZG-4844 library.
Prerequisites
Build requires:
clang
as a preferred build tool for the native wrapper of ckzg. On Windows, it's tested with clang from Microsoft Visual Studio components;- .NET SDK to build the bindings.
Build & test
Everything is consolidated into one command:
make