1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-02 23:19:08 +00:00
trezor-firmware/rust/trezor-client
2025-01-17 11:28:12 +01:00
..
build
examples chore(core): rename recovery type & kind and tweak feature flags 2024-06-05 12:35:09 +03:00
scripts
src fix(all): make more protobuf fields required 2025-01-17 11:28:12 +01:00
.clippy.toml
.gitignore
Cargo.lock feat(rust/trezor-client): bump version to 0.1.5 2025-01-07 10:59:50 +01:00
Cargo.toml feat(rust/trezor-client): bump version to 0.1.5 2025-01-07 10:59:50 +01:00
LICENSE
README.md
rustfmt.toml

trezor-client

Downloads License [![CI Status][actions-badge]][actions-url]

A fork of a fork of a library that provides a way to communicate with a Trezor T device from a Rust project.

Previous iterations provided implementations for Bitcoin only. This crate also provides an Ethereum interface, mainly for use in ethers-rs.

Requirements

MSRV: 1.60

See the Trezor guide on how to install and use the Trezor Suite app.

Last tested with firmware v2.4.2.

Examples / Tests

cargo run --example features

Features

  • bitcoin and ethereum: client implementation and full support;
  • cardano, monero, nem, ripple, stellar and tezos: only protobuf bindings.

Credits