Skip to content

Zondax/ledger-crypto-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages