/ledger-tui

Terminal application for managing ledger device written in rust

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Ledger TUI

Ledger-tui is an application for managing crypto assets on a ledger device.

Note

This software is not guaranteed to work properly. Any usage can lead to funds loss and ledger device corruption.

CI

Build

Ubuntu 24.0

Install dependencies:

  • libssl-dev
  • libdbus-1-dev
  • pkg-config
  • build-essential
  • libusb-1.0-0-dev
  • libudev-dev

Instal rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Build application:

cargo build --release

License

GNU General Public License