ChainSafe / blst-ts

Typescript wrapper for https://github.com/supranational/blst native bindings, a highly performant BLS12-381 signature library
Other
18 stars 13 forks source link

Add developing section #35

Closed dapplion closed 3 years ago

g11tech commented 3 years ago

yup, this was the missing puzzle in building the native bindings, also there needs to be a portable version (needs to be explored) for the downloading the prebuild bindings, current downloadable bindings didn't work on windows or my vps ubuntu (causing an illegal arguments error in a native binding function call - mult ), but locally build bindings work on both systems