c-kzg-4844/bindings/node.js
dancoffman 1514d5b826
computeAggregateKzgProof + verifyAggregateKzgProof test passes
2022-11-03 16:20:33 -07:00
..
.gitignore Remove SWIG 2022-11-02 13:27:00 -07:00
.prettierignore Cleanup 2022-11-03 15:13:49 -07:00
.prettierrc.json Cleanup 2022-11-03 15:13:49 -07:00
Makefile Cleanup 2022-11-03 15:13:49 -07:00
README.md Cleanup 2022-11-03 15:13:49 -07:00
babel.config.js Cleanup 2022-11-03 15:13:49 -07:00
binding.gyp Cleanup 2022-11-03 15:13:49 -07:00
jest.config.js Cleanup 2022-11-03 15:13:49 -07:00
kzg.cxx computeAggregateKzgProof + verifyAggregateKzgProof test passes 2022-11-03 16:20:33 -07:00
kzg.ts computeAggregateKzgProof + verifyAggregateKzgProof test passes 2022-11-03 16:20:33 -07:00
package.json Cleanup 2022-11-03 15:13:49 -07:00
test.ts computeAggregateKzgProof + verifyAggregateKzgProof test passes 2022-11-03 16:20:33 -07:00
tsconfig.json Checkpoint 2022-11-03 12:57:59 -07:00
yarn.lock Cleanup 2022-11-03 15:13:49 -07:00

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