mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-12 03:04:11 +00:00
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