You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/rust/trezor-client
Ioan Bizău 3006224bff
feat(core): add ability to request backups with any number of groups/shares
2 months ago
..
build
examples feat(rust/trezor_client): add solana_get_address example 4 months ago
scripts
src feat(core): add ability to request backups with any number of groups/shares 2 months ago
.clippy.toml
.gitignore
Cargo.lock
Cargo.toml
LICENSE
README.md
rustfmt.toml

README.md

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