trezor-client

Crates.iotrezor-client
lib.rstrezor-client
version0.1.3
sourcesrc
created_at2021-12-10 16:41:58.372451
updated_at2024-07-12 08:12:25.135396
descriptionClient library for interfacing with Trezor hardware wallet devices
homepagehttps://github.com/trezor/trezor-firmware/tree/master/rust/trezor-client
repositoryhttps://github.com/trezor/trezor-firmware
max_upload_size
id495793
size3,692,596
Pavol Rusnak (prusnak)

documentation

README

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

Commit count: 12257

cargo fmt