This directory contains the code necessary to generate NodeJS bindings for C-KZG.
First, install:
```
yarn install
Then build
make build
Run the TypeScript tests
yarn test