| 1 | # cw_mweb |
| 2 | |
| 3 | MimbleWimble Extension Blocks (MWEB) integration bridge for Cake Wallet modules that support MWEB-enabled chains. |
| 4 | |
| 5 | ## Features |
| 6 | |
| 7 | - Dart platform interface and method-channel implementation. |
| 8 | - Protobuf stubs for `mwebd` interactions (`mwebd.pb*.dart`). |
| 9 | - Provides a uniform API surface for MWEB-capable coins. |
| 10 | |
| 11 | ## Usage |
| 12 | |
| 13 | Import `cw_mweb` and use the platform interface to interact with an MWEB daemon/binding. See the chain-specific modules for concrete usage. |