An open API service indexing awesome lists of open source software.

https://github.com/heng30/cryptoinfo

It is a desktop app that show cryptocurrency information.
https://github.com/heng30/cryptoinfo

crypto gui linux qt rust

Last synced: 12 months ago
JSON representation

It is a desktop app that show cryptocurrency information.

Awesome Lists containing this project

README

          

![cryptoinfo](./screenshot/cryptoinfo.png)

### 功能
- [x] 数字货币行情
- [x] 个人工具箱
- [x] 底部状态栏展示加密相关指数和信息

### 编译环境
- Linux
- Qt6
- Rust

### 编译 && 运行
- make
- make debug

### 参考
- [Writing a QML Application in Rust](https://dev.to/ayush1325/writing-a-qml-application-in-rust-part-1-3pgi)
- [qmetaobject-rs](https://github.com/woboq/qmetaobject-rs)