| 1 | # cw_monero |
| 2 | |
| 3 | Monero wallet module for Cake Wallet, backed by native bindings to Monero’s wallet library and high-level Dart wrappers. |
| 4 | |
| 5 | ## Features |
| 6 | |
| 7 | - Create/open/restore Monero wallets; manage accounts and subaddresses. |
| 8 | - Build/sign/broadcast transactions; track history and unspent outputs. |
| 9 | - Ledger hardware wallet support. |
| 10 | - Exception types for common wallet operations. |
| 11 | |
| 12 | ## Usage |
| 13 | |
| 14 | See `lib/api/wallet.dart`, `wallet_manager.dart`, and high-level wrappers like `monero_wallet.dart` and `monero_wallet_service.dart` in the app for examples of creating and managing wallets. |