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
//! Integration tests module
//!
//! This module contains end-to-end integration tests:
//! - Full signing flow
//! - Multi-chain operations

pub mod full_flow_test;
pub mod multichain_test;