Filecoin Signing Tools - npm package
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