This directory contains Python bindings for the C-KZG-4844 library.
These bindings require python3
and PyYAML
.
sudo apt install python3 python3-pip
python3 -m pip install PyYAML
Everything is consolidated into one command:
make
You should expect to see these messages at the bottom:
python3 tests.py
tests passed