This directory contains Elixir bindings for the C-KZG-4844 library.
Make sure elixir and erlang are installed. You can learn how to do so here.
If available in Hex, the package can be installed
by adding ckzg to your list of dependencies in mix.exs:
def deps do
[
{:ckzg, "~> 0.2.1"}
]
endmix deps.get
mix compilemix test