Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,21 @@ You can adjust the log level by changing `info` to `debug`, `warn`, or `error` a

Log messages will appear in the terminal where you run the command.

## Hardware Integration Notes

Keeper Desktop uses a single hardware integration path:

1. **Rust HWI sidecar path** (Trezor / Ledger / BitBox02 / OneKey / etc.)
- Routed through Tauri commands in `src-tauri/src/main.rs` (`hwi_*` commands).
- Backed by the `hwi` sidecar binary configured in `src-tauri/tauri.conf.json`.
- No WebUSB fallback path in the desktop frontend.

### Current OneKey capability scope

- Supported: connect, share xpubs, health check, sign transaction, verify address
- Not supported: register multisig
- Not supported (for now): complex miniscript policy address verification (timelock / nested thresh)

## Code Quality and CI

We use several tools to maintain code quality and consistency:
Expand Down
150 changes: 114 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"dependencies": {
"@tanstack/react-query": "^5.52.1",
"@tauri-apps/api": "^1",
"lodash": "^4.17.23",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
5 changes: 5 additions & 0 deletions src/assets/hww/icons-modal/onekey.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/assets/hww/icons/onekey.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading