stellar-ledger

Crates.iostellar-ledger
lib.rsstellar-ledger
version25.0.0
created_at2024-05-27 20:29:43.969579+00
updated_at2026-01-22 16:43:33.413751+00
descriptionHandle Stellar signing with Ledger device
homepagehttps://github.com/stellar/soroban-tools
repositoryhttps://github.com/stellar/soroban-tools
max_upload_size
id1253752
size701,399
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: 1295

cargo fmt