20 lines
198 B
Markdown
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
|
||
|
```
|