Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfred-hodler/rust-coldcard
Coldcard Interface Library in Rust
https://github.com/alfred-hodler/rust-coldcard
bitcoin coldcard
Last synced: 11 days ago
JSON representation
Coldcard Interface Library in Rust
- Host: GitHub
- URL: https://github.com/alfred-hodler/rust-coldcard
- Owner: alfred-hodler
- Created: 2022-03-05T18:29:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T13:42:16.000Z (6 months ago)
- Last Synced: 2024-05-21T14:57:24.476Z (6 months ago)
- Topics: bitcoin, coldcard
- Language: Rust
- Homepage:
- Size: 296 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Coldcard Interface Project
[![Documentation](https://img.shields.io/docsrs/coldcard)](https://docs.rs/coldcard/latest/coldcard/)
[![Crates.io](https://img.shields.io/crates/v/coldcard.svg)](https://crates.io/crates/coldcard)
[![License](https://img.shields.io/crates/l/coldcard.svg)](https://github.com/alfred-hodler/rust-coldcard/blob/master/coldcard/LICENSE)
[![Test Status](https://github.com/alfred-hodler/rust-coldcard/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/alfred-hodler/rust-coldcard/actions)This is a workspace that contains crates used for interfacing with the [Coldcard](https://coldcard.com/) hardware wallet over USB.
![Project Logo](logo.png)
The crates are as follows:
`coldcard` - the library for integration with Rust projects
`coldcard-cli` - the CLI tool for upgrading and interfacing with Coldcard devices
See each crate's `README.md` file for detailed information.
## Contributing
Contributions are welcome. Before making large changes, please open an issue first.
## Disclaimer
This is not an official project and comes with no warranty whatsoever.