1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00
trezor-firmware/rust/trezor-client
obrusvit e2b7244383 Rename trezorctl self-test to prodtest-t1.
It was confusing for trezorctl users. The new name clearly signals that
it's meant to work only for Model One.
2024-02-22 11:47:26 +01:00
..
build
examples
scripts
src Rename trezorctl self-test to prodtest-t1. 2024-02-22 11:47:26 +01:00
.clippy.toml
.gitignore
Cargo.lock feat(rust/trezor-client): bump dependencies in Cargo.lock 2024-02-10 18:53:49 -03:00
Cargo.toml feat(rust/trezor-client): bump version to 0.1.3 2024-02-10 18:52:31 -03:00
LICENSE
README.md docs(rust/trezor-client): update readme 2023-08-10 10:10:51 +02:00
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