mpc

MPC service for BLE device connection and MPC protocol operations.

This service handles BLE scanning/connection and MPC primitives (identity exchange, DKG, presign). Transaction signing is handled by blockchainService.signWithHw.

Usage from Flutter:

final sdk = BlockchainKitSdk();
final devices = await sdk.mpc.scanForDevices();
await sdk.mpc.connectToDevice(devices.first.id);