This is a library to build Bitcoin wallets with Rust. It uses BIP32 key derivation, BIP39 mnemonics and BIP44, BIP48, BIP84 key hierarchy which makes it compatible to TREZOR, Ledger and many other wallets.
It supports legacy P2PKH, transitional P2SHWPKH and native segwit P2WPKH for single key signatures and native P2WSH for arbitrary sripts.
Offer a standalone wallet in conjunction with murmel.
This is work in progess, far from production quality. It aims to serve parallel development of an SPV client and a Lightning Node.
The goal is a library for key derivation, storage, serialization and account management.
Send in your PRs if aligned with above vision.