Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 545 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 545 Bytes

Elixir Bindings for the C-KZG Library

This directory contains Elixir bindings for the C-KZG-4844 library.

Prerequisites

Make sure elixir and erlang are installed. You can learn how to do so here.

Installation

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"}
  ]
end

Build

mix deps.get
mix compile

Test

mix test