Hope Wallet SDK
Docs
Hope Wallet SDK
npm @hopenetwork/wallet — connect, message QR, Node PQ sign+broadcast.
npm install @hopenetwork/walletPackage: @hopenetwork/wallet. Source of truth for install copy is the package README; this site adds Hope-specific tools and hosted-node context.
| Path | Import | Keys | Result |
|---|---|---|---|
| Connect | @hopenetwork/wallet | none | hope1… + pubkey |
| Message | same + /react | none | wallet signs & broadcasts |
| Node | @hopenetwork/wallet/node | 24-word mnemonic | PQ signature + txhash |
QR images are drawn locally (qrcode). Never send payloads to a public QR CDN. Never import ./node in a webpage — it throws if window.document exists.
Peers: react optional. @hope/pq and @hope/tx optional, required for ./node, not on npm yet.
