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

20 lines
198 B
Markdown
Raw Normal View History

2022-11-03 22:13:49 +00:00
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
```