stellar-ledger

Crates.iostellar-ledger
lib.rsstellar-ledger
version23.0.1
created_at2024-05-27 20:29:43.969579+00
updated_at2025-08-11 16:02:01.639953+00
descriptionHandle Stellar signing with Ledger device
homepagehttps://github.com/stellar/soroban-tools
repositoryhttps://github.com/stellar/soroban-tools
max_upload_size
id1253752
size692,748
Stellar (Rust crate publisher) (stellar-crates)

documentation

README

Stellar Ledger

This crate allows for interaction with Ledger devices, and exposes the following functions:

  • get_app_configuration
  • get_public_key
  • sign_transaction_hash
  • sign_transaction
  • sign_blob

Tests

There are several unit tests in lib.rs, as well as integration-like tests in the emulator_tests.rs file. emulator_tests.rs uses testcontainers-rs to spin up a docker container running a Ledger emulator called Speculos.

Resources

Commit count: 1109

cargo fmt