c-kzg-4844/bindings/node.js
dancoffman bbc90b7da1
Use rollup to product distributable JS file
2022-11-03 22:30:54 -07:00
..
dist Use rollup to product distributable JS file 2022-11-03 22:30:54 -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 Use rollup to product distributable JS file 2022-11-03 22:30:54 -07:00
Makefile Add a test for mismatch 2022-11-03 17:08:36 -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 Attempt more consistency. Remove test for verifyKzgProof which is not used in 4844 2022-11-03 19:54:45 -07:00
kzg.ts Use rollup to product distributable JS file 2022-11-03 22:30:54 -07:00
package.json Use rollup to product distributable JS file 2022-11-03 22:30:54 -07:00
rollup.config.js Use rollup to product distributable JS file 2022-11-03 22:30:54 -07:00
test.ts Use rollup to product distributable JS file 2022-11-03 22:30:54 -07:00
tsconfig.json Use rollup to product distributable JS file 2022-11-03 22:30:54 -07:00
yarn.lock Use rollup to product distributable JS file 2022-11-03 22:30:54 -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