92242c725b | ||
---|---|---|
.. | ||
dist | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
Makefile | ||
README.md | ||
babel.config.js | ||
binding.gyp | ||
jest.config.js | ||
kzg.cxx | ||
kzg.ts | ||
package.json | ||
rollup.config.js | ||
test.ts | ||
tsconfig.json | ||
yarn.lock |
README.md
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