@zondax/ledger-filecoin
Version:
Node API for the Filecoin App (Ledger Nano S+, X, Stax and Flex)
40 lines (25 loc) • 741 B
Markdown
# @zondax/ledger-filecoin

[](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
yarn build
# Format code and sort package.json
yarn format
# Check formatting
yarn format:check
# Run linter
yarn lint
# Fix linting issues
yarn lint:fix
# Run tests (builds first)
yarn test
# Check for dependency updates
yarn upgrade
```
## Notes
Use `yarn install` to avoid issues.