lib.rs
1 // Copyright (c) 2025 ALPHA/DELTA Network 2 3 //! # ADNet API 4 //! 5 //! REST API servers for ALPHA and DELTA chains. 6 //! - ALPHA API: Port 3030 (configurable) 7 //! - DELTA API: Port 4030 (configurable) 8 9 pub mod alpha_api; 10 pub mod delta_api; 11 12 // Placeholder - will be implemented during Phase 2.2-2.5