#wallet #key-pair #keychain #key-management #key-material #sr25519 #app-id #secp256k1 #bip-39 #multi-chain

host-wallet

Multi-chain wallet: sr25519/secp256k1 key management, per-app derivation, platform keychain

9 releases

0.3.12 Mar 27, 2026
0.3.9 Mar 26, 2026

#5 in #multi-chain


Used in 3 crates

AGPL-3.0

265KB
4.5K SLoC

host-wallet — sr25519 key management with platform-native keychain storage.

The wallet holds a BIP-39 mnemonic and derives per-app sr25519 keypairs using Substrate-compatible hard derivation (//app//<app_id>//<index>).

Private key material never leaves this crate. SPAs interact through get_address(app_id) and sign(app_id, payload).

Dependencies

~16MB
~283K SLoC