Zondax / ledger-crypto-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust library for Ledger Crypto.com app

License CircleCI

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

ATTENTION

Please note that:

  • Crypto.com Chain is ONLY running as Testnet now
  • This project has NOT been fully audited yet
  • Do not use in production and Do not use it with your real funds
  • Do not use a Ledger device with funds for development purposes.
  • Have a separate and marked device that is used ONLY for development and testing

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

About

License:Apache License 2.0


Languages

Language:Rust 100.0%