mpc-wallet-core 0.1.0

Core MPC wallet library for AI agents with 2-of-3 threshold signing
Documentation
1
2
3
4
5
6
7
8
9
10
//! Unit tests module
//!
//! This module contains unit tests for individual components:
//! - MPC core (DKG, signing)
//! - Policy engine
//! - Chain adapters

pub mod chain_adapter_test;
pub mod mpc_core_test;
pub mod policy_test;