mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 02:31:05 +00:00
b4825f408a
to satisfy cargo publish --dry-run it seems there is something smart going on and the symlink is expanded to file copies during the build [no changelog] |
||
---|---|---|
.. | ||
examples | ||
scripts | ||
src | ||
.clippy.toml | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
protob | ||
README.md | ||
rustfmt.toml |
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
,monero
,nem
,ripple
,stellar
andtezos
: only protobuf bindings.