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

20 lines
198 B
Markdown

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
```