@zondax/filecoin-signing-tools
Version:
Filecoin Signing Tools
25 lines (17 loc) • 1.06 kB
Markdown
# Filecoin Signing Tools - npm package
[](https://opensource.org/licenses/Apache-2.0)
[](https://circleci.com/gh/Zondax/filecoin-signing-tools)
[](https://badge.fury.io/js/%40zondax%2Ffilecoin-signing-tools)
This is part of the [Filecoin Signing Tools](https://github.com/Zondax/filecoin-signing-tools) project
This library provides both WASM and Pure JS implementations.
You can find usage examples [here](https://github.com/Zondax/filecoin-signing-tools/tree/master/examples/wasm_node)
```
"test": "mocha",
"test:js": "env PURE_JS=True mocha",
```
## Structure
* `ledger-filecoin-js` refers to https://github.com/Zondax/ledger-filecoin-js
* `src` rust bindings for javascript
* `pkg` ready to distribute wasm module
* `tests` rust tests
* `dist` usable files