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.
- Host: GitHub
- URL: https://github.com/heng30/cryptoinfo
- Owner: Heng30
- License: mit
- Created: 2022-03-27T14:40:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T07:30:52.000Z (almost 2 years ago)
- Last Synced: 2024-07-23T09:29:04.866Z (almost 2 years ago)
- Topics: crypto, gui, linux, qt, rust
- Language: QML
- Homepage:
- Size: 69.1 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

### 功能
- [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)