ledger-filecoin

Crates.ioledger-filecoin
lib.rsledger-filecoin
version0.12.0
sourcesrc
created_at2020-01-31 14:37:34.345306
updated_at2022-05-05 17:01:54.614201
descriptionLibrary to integrate with the Ledger Filecoin app
homepagehttps://github.com/ZondaX/ledger-filecoin-rs
repositoryhttps://github.com/ZondaX/ledger-filecoin-rs
max_upload_size
id203675
size32,569
crates (github:zondax:crates)

documentation

README

Rust library for Ledger Filecoin app

License CircleCI

This package provides a basic Rust client library to communicate with the Filecoin App running in a Ledger Nano S/X devices

Build

  • Install rust using the instructions here
  • To build run:
cargo build

Run Tests

To run the tests

  • Initialize your device with the test mnemonic. More info here
  • run tests using:
cargo test --all
Commit count: 27

cargo fmt