UNPKG

@zondax/ledger-filecoin

Version:

Node API for the Filecoin App (Ledger Nano S+, X, Stax and Flex)

40 lines (25 loc) 825 B
# @zondax/ledger-filecoin [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![npm version](https://badge.fury.io/js/%40zondax%2Fledger-filecoin.svg)](https://badge.fury.io/js/%40zondax%2Fledger-filecoin) This package provides a basic client library to communicate with the Filecoin App running in a Ledger Nano S+/X, Flex and Stax We recommend using the npmjs package to receive updates/fixes. ## Development ### Available Scripts ```bash # Build the project pnpm build # Format code and sort package.json pnpm format # Check formatting pnpm format:check # Run linter pnpm lint # Fix linting issues pnpm lint:fix # Run tests (builds first) pnpm test # Check for dependency updates pnpm upgrade ``` ## Notes Use `pnpm install` to avoid issues.