0.0.3 • Published 1 year ago
@nubit/kzg-js v0.0.3
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.goAnd then go back here to start the development server:
npm run devBefore 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