0.0.3 • Published 1 year ago

@nubit/kzg-js v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago