# @zondax/filecoin-signing-tools

> Filecoin Signing Tools

Latest version **2.4.3** (published 2023-09-05) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @zondax/filecoin-signing-tools
pnpm add @zondax/filecoin-signing-tools
yarn add @zondax/filecoin-signing-tools
bun add @zondax/filecoin-signing-tools
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.4.3 |
| Published | 2023-09-05 |
| First published | 2020-07-07 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 11 |
| Unpacked size | 4.6 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 106 |
| Maintainers | ftheirs, carlosala, jleni |
| Keywords | filecoin, zondax, cryptography |

## Links

- npm: https://www.npmjs.com/package/@zondax/filecoin-signing-tools
- Repository: https://github.com/Zondax/filecoin-signing-tools
- Homepage: https://github.com/Zondax/filecoin-signing-tools#readme
- Issues: https://github.com/Zondax/filecoin-signing-tools/issues
- npm.io page: https://npm.io/package/@zondax/filecoin-signing-tools

## Dependencies (11)

- [axios](https://npm.io/package/axios.md) ^1.2.1
- [bip32](https://npm.io/package/bip32.md) ^3.1.0
- [bip39](https://npm.io/package/bip39.md) ^3.0.4
- [bn.js](https://npm.io/package/bn.js.md) ^5.2.1
- [leb128](https://npm.io/package/leb128.md) ^0.0.5
- [blakejs](https://npm.io/package/blakejs.md) ^1.2.1
- [secp256k1](https://npm.io/package/secp256k1.md) ^4.0.3
- [base32-decode](https://npm.io/package/base32-decode.md) ^1.0.0
- [base32-encode](https://npm.io/package/base32-encode.md) ^2.0.0
- [@ipld/dag-cbor](https://npm.io/package/@ipld/dag-cbor.md) ^8.0.0
- [tiny-secp256k1](https://npm.io/package/tiny-secp256k1.md) ^2.2.1

## Alternatives

- [@gemini-wallet/core](https://npm.io/package/@gemini-wallet/core.md) — 515.6K weekly downloads
- [utility](https://npm.io/package/utility.md) — 416.6K weekly downloads
- [@primno/dpapi](https://npm.io/package/@primno/dpapi.md) — 7.2K weekly downloads
- [pi-readseek](https://npm.io/package/pi-readseek.md) — 3.7K weekly downloads
- [@emilia-protocol/verify](https://npm.io/package/@emilia-protocol/verify.md) — 1.1K weekly downloads

## Recent versions

- 2.4.3 (latest) — 2023-09-05
- 2.4.2 — 2023-07-05
- 2.4.1 — 2023-03-07
- 2.3.0 — 2023-01-22
- 2.2.0 — 2023-01-19
- 2.1.1 — 2022-12-06
- 2.1.0 — 2022-12-05
- 2.0.0 — 2022-11-17
- 1.1.2 — 2022-08-25
- 1.1.1 — 2022-08-22
- 1.1.0 — 2022-08-03
- 1.0.4 — 2022-07-04
- 1.0.3 — 2022-07-04
- 1.0.2 — 2022-06-30
- 1.0.1 — 2022-06-21
- … 29 more at https://npm.io/package/@zondax/filecoin-signing-tools/versions

## README

# Filecoin Signing Tools - npm package

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![CircleCI](https://circleci.com/gh/Zondax/filecoin-signing-tools.svg?style=shield&circle-token=51b2d5fe68c0eb73436dace6f47fa0a387169ef5)](https://circleci.com/gh/Zondax/filecoin-signing-tools)
[![npm version](https://badge.fury.io/js/%40zondax%2Ffilecoin-signing-tools.svg)](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

---
_Source: https://npm.io/package/@zondax/filecoin-signing-tools · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
