0.2.4 • Published 3 years ago

@blits-labs/filecoin-signing-tools v0.2.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Filecoin Signing Tools - npm package

License CircleCI npm version

This is part of the Filecoin Signing Tools project

This library provides both WASM and Pure JS implementations.

You can find usage examples here

    "test": "mocha",
    "test:js": "env PURE_JS=True mocha",

Structure

  • ledger-filecoin-js submodule which refers to https://github.com/Zondax/ledger-filecoin-js
  • src rust bindings for javascript
  • pkg ready to distribute wasm module
  • tests rust test
  • lib javascript lib wrapper class around rust bindings and ledger-filecoin-js
  • dist usable files