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
Pavol Rusnak 58bb702498
docs(rust/trezor-client): update readme
10 months ago
..
examples feat(rust): add trezor-client crate 11 months ago
scripts feat(rust): add trezor-client crate 11 months ago
src feat(rust/trezor-client): add Sync and Send to Transport (#3202) 10 months ago
.clippy.toml feat(rust): add trezor-client crate 11 months ago
.gitignore feat(rust): add trezor-client crate 11 months ago
Cargo.lock feat(rust/trezor-client): bump version to 0.1.2 10 months ago
Cargo.toml feat(rust/trezor-client): bump version to 0.1.2 10 months ago
LICENSE feat(rust): add trezor-client crate 11 months ago
README.md docs(rust/trezor-client): update readme 10 months ago
build.rs feat(rust): use symlink for trezor-client/protob 11 months ago
protob feat(rust): use symlink for trezor-client/protob 11 months ago
rustfmt.toml feat(rust): add trezor-client crate 11 months ago

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