c-kzg-4844/bindings/node.js/README.md

198 B

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