A cross-platform desktop HD wallet for Bitcoin.
Last updated Jun 19, 2026
96
Stars
5
Forks
0
Issues
0
Stars/day
Attention Score
13
Language breakdown
No language data available.
โธ Files
click to expand
README
A cross-platform desktop HD wallet for Bitcoin.
About
Ghorbu wallet is a hierarchical deterministic Bitcoin wallet for the desktop. It implements BIP-39 (generating the mnemonic and converting it into a binary seed), BIP-32 (deriving a tree of keypairs from a the seed and build a wallet structure), and BIP-44 (defining a logical hierarchy for deterministic wallets). For the coin selection process, it uses the Random-Improve algorithm as specified in CIP-2. The wallet uses the mempool.space REST API. The app is built using Tauri. The backend is written in Rust and the frontend is built with Svelte.Download
Go here.Build
- Install the prerequisites: https://tauri.app/v1/guides/getting-started/prerequisites
git clone https://github.com/matthias-wright/ghorbu-wallet.gitcd ghorbu-walletnpm installcargo install tauri-clicargo tauri build
References
- Bitcoin Core
- BIPs
- Mastering Bitcoin (2nd Edition) by Andreas M. Antonopoulos
- Programming Bitcoin by Jimmy Song
- CIP-2
License
GPL-3.0๐ More in this category