@nubit/kzg-js
v0.0.3
Published
WebAssembly-based KZG4844 commitment scheme
Downloads
6
Readme
kzg-js
JavaScript SDK for blob compute kzg commitment
Development
In the toplevel project directory, run this make
command to build the WebAssembly module:
GOOS=js GOARCH=wasm go build -o src/element.wasm main.go
And then go back here to start the development server:
npm run dev
Before publishing a new package, bump the version first, and then do the dry-run:
npm run build
npm pack # to check the list of bundled files
npm publish --access=public