| 1 | # cw_wownero |
| 2 | |
| 3 | Wownero wallet module for Cake Wallet, providing a Monero-family wallet with Wownero-specific APIs and bindings. |
| 4 | |
| 5 | ## Features |
| 6 | |
| 7 | - Create/open/restore Wownero wallets; accounts and subaddresses. |
| 8 | - Build/sign/broadcast transactions; history and unspent outputs. |
| 9 | - Platform interface and method channel for native bindings. |
| 10 | - Exception types for setup, creation, opening, and restore flows. |
| 11 | |
| 12 | ## Usage |
| 13 | |
| 14 | See `lib/api/` and high-level wrappers like `wownero_wallet.dart` and `wownero_wallet_service.dart` for end-to-end wallet lifecycle and usage. |