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

feat(rebuild): add folder structure and base files #89

Closed matthewkeil closed 1 year ago

matthewkeil commented 1 year ago

The first of an epic, #88, series of PR's. The goal of this one is to approve the folder structure and static files. See this comment for more detail on the structure.

Most of the large diff is the yarn.lock

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

Brooooooklyn commented 1 year ago

Hey there, I saw your issue in the Node.js repo. You can give a https://napi.rs/ a try; I'm the author of this framework, I believe it would reduce your work of development and deployment of pre-build npm packages.

matthewkeil commented 1 year ago

Hey there, I saw your issue in the Node.js repo. You can give a https://napi.rs/ a try; I'm the author of this framework, I believe it would reduce your work of development and deployment of pre-build npm packages.

Thank you for the offer @Brooooooklyn but we are going to keep going down the road we are on.