mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-20 13:28:10 +00:00
1.8 KiB
1.8 KiB
trezor-client
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
andethereum
: client implementation and full support;cardano
,lisk
,monero
,nem
,ontology
,ripple
,stellar
,tezos
, andtron
: only protobuf bindings.
Future
At the moment, not looking into expanding more than what's necessary to maintain compatability/usability with ethers-rs.