diff --git a/README.md b/README.md
index 10fff7f..f0adf8a 100644
--- a/README.md
+++ b/README.md
@@ -1,853 +1,126 @@
# PolyTorus
-[](https://deepwiki.com/PolyTorus/polytorus)
-[](https://deepwiki.com/PolyTorus/polytorus)
-
-
-
-
๐ PolyTorus
-
A Cutting-Edge Modular Blockchain Platform
Quantum-Resistant Era Ready โข Flexible Cryptographic Wallets โข Modular Architecture โข WASM Smart Contracts
-
-
-PolyTorus is a revolutionary **modular blockchain platform** designed for the post-quantum era, offering unparalleled cryptographic flexibility and adaptability. Built on a cutting-edge modular architecture, it cleanly separates consensus, execution, settlement, and data availability layers, enabling unprecedented customization and optimization for diverse use cases in the quantum computing age.
-
-## ๐ Features
-
-### ๐๏ธ **Modular Architecture (Primary System)**
-- **๐ Execution Layer**: High-performance WASM smart contract execution with gas metering
-- **โ๏ธ Settlement Layer**: Optimistic rollups with challenge mechanisms and batch processing
-- **๐ค Consensus Layer**: Pluggable consensus mechanisms (PoW, PoS, and future protocols)
-- **๐พ Data Availability Layer**: Distributed data storage with configurable retention policies
-- **๐ฏ Orchestrator**: Unified coordination between all modular layers
-
-### ๐ **Quantum-Resistant Security**
-- **FN-DSA Cryptography**: Post-quantum cryptographic signatures for future-proof security
-- **ECDSA Support**: Traditional cryptography for current compatibility
-- **Diamond IO Integration**: Advanced indistinguishability obfuscation (iO) for ultimate privacy
-- **Flexible Wallet System**: Users choose their preferred cryptographic backend
-- **Seamless Migration**: Easy transition between cryptographic methods
-
-### ๐ง **Advanced Capabilities**
-- **Smart Contracts**: High-performance WebAssembly (WASM) based execution engine
-- **P2P Networking**: Robust peer-to-peer communication with modern protocols
- - **Priority Message Queue**: Advanced message prioritization with bandwidth management
- - **Rate Limiting**: Sophisticated rate limiting with burst token support
- - **Peer Management**: Comprehensive peer tracking, health monitoring, and blacklisting
- - **Network Topology**: Real-time network health and topology analysis
- - **Connection Management**: Bootstrap node support and automatic peer discovery
-- **CLI Interface**: Comprehensive command-line tools with modular-first design
-- **Web Interface**: RESTful HTTP API for external integrations
-
-### Mining & Difficulty Features
-- **๐ Adaptive Difficulty**: Dynamic difficulty adjustment based on network conditions and recent block times
-- **โ๏ธ Configurable Parameters**: Customizable difficulty adjustment parameters (min/max difficulty, adjustment factors, tolerance)
-- **๐ Mining Statistics**: Comprehensive mining performance tracking and analysis
-- **๐ฏ Precision Control**: Per-block difficulty fine-tuning for optimal network performance
-- **๐ Multiple Mining Modes**: Standard, custom difficulty, and adaptive mining options
-- **๐ Network Analysis**: Advanced algorithms for network hash rate and efficiency calculation
-
-### Advanced Capabilities
-- **๐ UTXO Model**: Efficient unspent transaction output management
-- **๐ฆ State Management**: Sophisticated blockchain state handling with rollback capabilities
-- **๐งช Comprehensive Testing**: Extensive test coverage across all modules
-- **๐ Performance Monitoring**: Built-in metrics and monitoring capabilities
-- **๐ Wallet Management**: Secure wallet creation and transaction signing
-
-## ๐๏ธ Architecture
-
-PolyTorus implements a revolutionary **modular blockchain architecture** that separates concerns into independent, composable layers:
-
-### ๐ **Execution Layer**
-- Transaction processing and validation
-- WASM-based smart contract execution environment
-- Gas metering and resource management
-- State transition execution with rollback capabilities
-
-### โ๏ธ **Settlement Layer**
-- Optimistic rollup processing with fraud proofs
-- Batch transaction settlement
-- Challenge period management
-- Validator stake management and slashing
-
-### ๐ค **Consensus Layer**
-- Pluggable consensus mechanisms (currently PoW, designed for PoS)
-- Block validation and chain management
-- Validator set management
-- Network finality guarantees
-
-### ๐พ **Data Availability Layer**
-- Distributed data storage and retrieval
-- Configurable data retention policies
-- Network-based data availability proofs
-- Efficient data sampling and verification
-
-### ๐ฏ **Orchestrator**
-- Unified coordination between all layers
-- Event-driven architecture
-- Layer communication and state synchronization
-- Modular configuration management
-
-## ๐ Quick Start (Modular Architecture)
-
-### System Requirements
-
-**For Diamond IO Integration (Required):**
-- **Rust**: 1.87 nightly or later
-- **OpenFHE**: MachinaIO fork with `feat/improve_determinant` branch
-- **System Libraries**: cmake, libgmp-dev, libntl-dev, libboost-all-dev
-
-### OpenFHE Installation
-
-PolyTorus requires OpenFHE to be installed at system level (`/usr/local/lib`):
+A cutting-edge modular blockchain platform designed for the post-quantum era.
-```bash
-# Automated installation (Ubuntu/Debian)
-sudo ./scripts/install_openfhe.sh
-
-# Manual installation
-git clone https://github.com/MachinaIO/openfhe-development.git
-cd openfhe-development
-git checkout feat/improve_determinant
-mkdir build && cd build
-cmake -DCMAKE_INSTALL_PREFIX=/usr/local \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_UNITTESTS=OFF \
- -DBUILD_EXAMPLES=OFF \
- -DBUILD_BENCHMARKS=OFF \
- -DWITH_OPENMP=ON \
- ..
-make -j$(nproc)
-sudo make install
-sudo ldconfig
-```
-
-### Installation
-```bash
-git clone https://github.com/quantumshiro/polytorus.git
-cd polytorus
-
-# Set environment variables
-export OPENFHE_ROOT=/usr/local
-export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
-export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
-
-# Build with OpenFHE support
-cargo build --release
-```
-
-### Verify Diamond IO Integration
-```bash
-# Test Diamond IO functionality
-cargo test diamond -- --nocapture
-
-# Run Diamond IO demo
-cargo run --example diamond_io_demo
-
-# Performance benchmarks
-cargo run --example diamond_io_performance_test
-```
-
-### Start Modular Blockchain
-```bash
-# Start with default configuration
-./target/release/polytorus modular start
-
-# Start with custom configuration
-./target/release/polytorus modular start config/modular.toml
-```
-
-### Create Wallet & Mine
-```bash
-# Create quantum-resistant wallet
-./target/release/polytorus createwallet FNDSA
-
-# Mine blocks using modular architecture
-./target/release/polytorus modular mine
-```
-
-### Check System Status
-```bash
-# View modular blockchain state
-./target/release/polytorus modular state
+## Project Overview
-# Check all layer information
-./target/release/polytorus modular layers
-```
-
-## ๐ Multi-Node Simulation & Transaction Propagation
-
-PolyTorus now includes a comprehensive **multi-node simulation environment** for testing transaction propagation, network behavior, and performance analysis.
-
-### ๐ฏ Complete Transaction Propagation
-
-**Key Features:**
-- **End-to-End Tracking**: Both sending and receiving sides properly record transactions
-- **Real-time Monitoring**: Live statistics and health checks for all nodes
-- **Automated Testing**: Scripts for comprehensive propagation verification
-- **Docker Integration**: Container-based simulation for isolated testing
-
-### Quick Start
-
-```bash
-# Start 4-node simulation with automatic propagation testing
-./scripts/simulate.sh local --nodes 4 --duration 300
-
-# Run complete propagation test
-./scripts/test_complete_propagation.sh
-
-# Real-time monitoring dashboard
-cargo run --example transaction_monitor
-```
-
-### API Endpoints
+PolyTorus features a 4-layer modular architecture with separate crates for execution, settlement, consensus, and data availability, providing unprecedented customization and optimization capabilities.
-Each node provides HTTP APIs for transaction management:
+## Architecture
-```bash
-# Send transaction (sender records)
-curl -X POST http://127.0.0.1:9000/send \
- -H "Content-Type: application/json" \
- -d '{"from":"wallet_node-0","to":"wallet_node-1","amount":100,"nonce":1001}'
-
-# Receive transaction (receiver records)
-curl -X POST http://127.0.0.1:9001/transaction \
- -H "Content-Type: application/json" \
- -d '{"from":"wallet_node-0","to":"wallet_node-1","amount":100,"nonce":1001}'
-
-# Check statistics
-curl http://127.0.0.1:9000/stats # Sender stats
-curl http://127.0.0.1:9001/stats # Receiver stats
-```
-
-### Docker Environment
-
-```bash
-# Full containerized simulation
-docker-compose up -d
-
-# Monitor container health
-docker-compose ps
+### 4-Layer Modular Architecture
-# View logs
-docker-compose logs -f node-0
-```
+1. **Execution Layer** (`crates/execution/`)
+ - WASM-based smart contract execution with gas metering
+ - Account-based state management with rollback capabilities
+ - Host functions for blockchain operations (balance queries, transfers)
-### Performance Metrics
+2. **Settlement Layer** (`crates/settlement/`)
+ - Optimistic rollup processing with fraud proof verification
+ - Challenge submission and processing with time-based expiration
+ - Settlement history tracking and penalty system
-- **Throughput**: 50-100 TPS per node (local network)
-- **Latency**: < 1ms (local loopback), 1-5ms (Docker)
-- **Resource Usage**: ~32MB RAM per node
-- **Network Support**: 4-16 nodes recommended for testing
+3. **Consensus Layer** (`crates/consensus/`)
+ - Proof-of-Work consensus with configurable difficulty
+ - Block validation (structure, PoW, timestamps, transactions)
+ - Validator management and mining capabilities
-๐ **Documentation**: [Multi-Node Simulation Guide](docs/MULTI_NODE_SIMULATION.md)
-- Manages transaction finality and state updates
-- Batch processing and state commitment
-- Cross-layer communication protocols
-- Settlement guarantees and dispute resolution
+4. **Data Availability Layer** (`crates/data-availability/`)
+ - Merkle tree construction and proof verification
+ - Data storage with metadata and integrity checks
+ - Network-aware data distribution simulation
-### 3. **Consensus Layer**
-- Coordinates agreement on block production and validation
-- Pluggable consensus mechanisms
-- Leader election and block proposal
-- Network synchronization and fork resolution
+### Additional Components
-### 4. **Data Availability Layer**
-- Ensures data is available and verifiable across the network
-- Data sampling and verification protocols
-- Erasure coding and redundancy management
-- Light client data availability proofs
+- **Traits** (`crates/traits/`) - Shared interfaces and types
+- **Main Orchestrator** (`src/main.rs`) - Coordinates all layers
+- **External Wallet** - Cryptographic wallet functionality ([github.com/PolyTorus/wallet](https://github.com/PolyTorus/wallet))
-## ๐ ๏ธ Getting Started
+## Installation
### Prerequisites
-- **Rust**: 1.70 or later (recommended: latest stable)
-- **Cargo**: Package manager (included with Rust)
-- **Git**: For cloning the repository
-- **System**: Linux, macOS, or Windows with WSL2
+- Rust 1.87 nightly or later
+- OpenFHE (MachinaIO fork with `feat/improve_determinant` branch)
+- System libraries: cmake, libgmp-dev, libntl-dev, libboost-all-dev
-### Installation
+### Setup
-1. **Clone the repository:**
```bash
git clone https://github.com/PolyTorus/polytorus.git
cd polytorus
-```
-2. **Build the project:**
-```bash
-# Development build
+# Build development version
cargo build
-# Optimized release build
+# Build release version
cargo build --release
```
-3. **Run comprehensive tests:**
-```bash
-cargo test
-```
+## Usage
-4. **Verify installation:**
-```bash
-./target/release/polytorus --help
-```
-
-### ๐ฅ๏ธ Usage
-
-#### Command Line Interface
-
-**Start a blockchain node:**
-```bash
-./target/release/polytorus start-node --port 8333
-```
-
-**Create a new wallet with cryptographic choice:**
-```bash
-# Create wallet with traditional ECDSA (current standard)
-./target/release/polytorus create-wallet --name my-wallet --type ECDSA
-
-# Create wallet with quantum-resistant FN-DSA (post-quantum ready)
-./target/release/polytorus create-wallet --name my-quantum-wallet --type FNDSA
-```
-
-**List wallet addresses:**
-```bash
-./target/release/polytorus list-addresses
-```
-
-**Start mining:**
-```bash
-./target/release/polytorus start-miner --threads 4
-```
+### Basic Commands
-**Print blockchain information:**
```bash
-./target/release/polytorus print-chain
-```
+# Start blockchain node
+cargo run start
-**Reindex blockchain:**
-```bash
-./target/release/polytorus reindex
-```
+# Show help
+cargo run -- --help
-#### Web Interface
+# Process transaction
+cargo run send --from alice --to bob --amount 100
-**Start the web server:**
-```bash
-./target/release/polytorus start-webserver --port 8080
+# Check status
+cargo run status
```
-The web interface provides a RESTful API at `http://localhost:8080` with endpoints for:
-- `/api/wallets` - Wallet management
-- `/api/addresses` - Address listing
-- `/api/blockchain` - Blockchain information
-- `/api/mining` - Mining operations
-- `/api/network` - Network status
-
-## ๏ฟฝ Diamond IO Integration
-
-PolyTorus includes cutting-edge Diamond IO integration, bringing **indistinguishability obfuscation (iO)** to blockchain smart contracts.
-
-### Diamond IO Features
-
-- **๐ Circuit Obfuscation**: Transform smart contracts into indistinguishable programs
-- **๐งฎ Homomorphic Encryption**: Execute computations on encrypted data
-- **๐ก๏ธ Perfect Privacy**: Conceal both program logic and execution data
-- **โก Modular Architecture**: Seamlessly integrated into PolyTorus layers
-- **๐ฌ Configurable Security**: Adjustable cryptographic parameters
-
-### Implementation Status
-
-โ
**Completed:**
-- Diamond IO dependency integration and build configuration
-- Core Diamond IO integration APIs and wrappers with dummy/testing/production mode support
-- Smart contract engine with Diamond IO support
-- Modular layer architecture integration
-- Configuration management and serialization
-- Comprehensive test suite with all basic tests passing
-- Circuit creation, obfuscation, and evaluation with real parameters
-- Tracing subscriber conflict resolution and robust error handling
-- Production-ready parameter configurations
-
-โ
**All Tests Passing:**
-- `test_diamond_io_integration_basic` โ
-- `test_diamond_io_with_production_params` โ (real parameters)
-- `test_diamond_io_obfuscation_with_real_params` โ (real obfuscation)
-- `test_smart_contract_engine` โ
-- `test_modular_layer_integration` โ
-- `test_multiple_contract_types` โ
-- `test_diamond_io_config_serialization` โ
-- `test_diamond_io_config_validation` โ
-
-๐ฏ **Operating Modes:**
-- **Dummy Mode** (`dummy_mode: true`): Safe development/testing without full Diamond IO
-- **Testing Mode** (`DiamondIOConfig::testing()`): Real parameters with medium security
-- **Production Mode** (`DiamondIOConfig::production()`): High-security real parameters
-
-### Quick Start with Diamond IO
-
-1. **Choose Your Configuration Mode:**
-```rust
-use polytorus::diamond_io_integration::{DiamondIOIntegration, DiamondIOConfig};
-
-// Dummy mode - safe for development
-let dummy_config = DiamondIOConfig::dummy();
-let integration = DiamondIOIntegration::new(dummy_config)?;
-
-// Testing mode - real parameters, medium security
-let test_config = DiamondIOConfig::testing();
-let integration = DiamondIOIntegration::new(test_config)?;
-
-// Production mode - high security parameters
-let prod_config = DiamondIOConfig::production();
-let integration = DiamondIOIntegration::new(prod_config)?;
-```
+### Running Tests
-2. **Run Tests with Real Parameters:**
```bash
-# Test with actual Diamond IO parameters
-cargo test test_diamond_io_with_production_params -- --nocapture
-
-# Test obfuscation with real parameters
-cargo test test_diamond_io_obfuscation_with_real_params -- --nocapture
-
-# Run all Diamond IO tests
-cargo test diamond_io -- --nocapture
-```
-
-3. **Run Comprehensive Demo:**
-```bash
-# Run demo with all parameter configurations
-cargo run --example diamond_io_demo
-
-# Output shows tests with dummy, testing, and production parameters
-# Including circuit creation, obfuscation, and evaluation
-```
-
-4. **Deploy Production Contracts:**
-```rust
-use polytorus::diamond_smart_contracts::DiamondContractEngine;
-use polytorus::diamond_io_integration::DiamondIOConfig;
-
-// Create engine with production configuration
-let config = DiamondIOConfig::production();
-let mut engine = DiamondContractEngine::new(config)?;
-
-// Deploy a contract with real obfuscation
-let contract_id = engine.deploy_contract(
- "secure_voting".to_string(),
- "Private Voting Contract".to_string(),
- "voting_circuit".to_string(),
- "deployer_address".to_string(),
- "and_gate", // Circuit description
-).await?;
-
-// Obfuscate with real Diamond IO parameters
-engine.obfuscate_contract(&contract_id).await?;
-
-// Execute with hidden logic and fallback protection
-let result = engine.execute_contract(
- &contract_id,
- vec![true, false, true, false], // Inputs
- "voter_address".to_string(),
-).await?;
-```
-
-### Configuration Options
-
-Diamond IO supports three main configuration modes:
-
-#### 1. Dummy Mode (Development)
-```rust
-let config = DiamondIOConfig::dummy();
-// Features: Fast, safe, simulated operations
-// Use for: Development, unit testing, CI/CD
-```
-
-#### 2. Testing Mode (Integration Testing)
-```rust
-let config = DiamondIOConfig::testing();
-// Features: Real parameters, medium security (ring_dimension: 4096)
-// Use for: Integration testing, staging environments
-```
-
-#### 3. Production Mode (Live Deployment)
-```rust
-let config = DiamondIOConfig::production();
-// Features: High security parameters (ring_dimension: 32768)
-// Use for: Production deployments, mainnet
-```
-
-### Performance Characteristics
-
-- **Dummy Mode**: Instant operations, perfect for development
-- **Testing Mode**: ~1ms obfuscation, ~0.5ms evaluation
-- **Production Mode**: ~1-2ms obfuscation, robust error handling with fallbacks
-- **Memory Usage**: Scales with ring dimension (16MB for testing, 256MB for production)
-- **Computation**: Parallelized operations using `rayon` for performance
-
-### Error Handling & Reliability
-
-Diamond IO integration includes comprehensive error handling:
-
-- **Panic Protection**: All critical operations wrapped in `catch_unwind`
-- **Fallback Mechanisms**: Graceful degradation when operations fail
-- **File System Safety**: Robust directory management and cleanup
-- **Tracing Conflicts**: Safe tracing initialization prevents conflicts
-- **Parameter Validation**: Configuration validation before operations
-
-## ๐ Documentation
-
-For comprehensive guides and references, see the [documentation directory](docs/):
-
-### Quick Links
-- **[Getting Started](docs/GETTING_STARTED.md)** - New user guide
-- **[Diamond IO Contracts](docs/DIAMOND_IO_CONTRACTS.md)** - Diamond IO vs traditional contracts comparison
-- **[Modular Architecture](docs/MODULAR_ARCHITECTURE.md)** - Core design principles
-- **[Development Guide](docs/DEVELOPMENT.md)** - Developer documentation
-- **[API Reference](docs/API_REFERENCE.md)** - Complete API documentation
-
-### Smart Contract Development
-- **Traditional Contracts**: Fast, transparent WASM-based execution
-- **Diamond IO Contracts**: Private, quantum-resistant indistinguishability obfuscation
-- **Hybrid Approach**: Choose the right tool for your use case
-
-Learn more in the [Diamond IO Contracts Guide](docs/DIAMOND_IO_CONTRACTS.md)
-
-## ๐ Quick Start
-
-### Prerequisites
-- Rust 1.70+
-- Git
-- OpenFHE library (for Diamond IO features)
-
-### Development Setup with Automated Quality Checks
-
-```bash
-# Clone the repository
-git clone https://github.com/quantumshiro/polytorus.git
-cd polytorus
-
-# Install pre-commit hooks and development tools
-make pre-commit
-
-# Set up development environment
-cp .env.example .env
-cp .env.secrets.example .env.secrets
-
-# Build and run all quality checks
-make ci-verify-quick
-```
-
-### Development Workflow
-
-```bash
-# Format code automatically
-make fmt
-
-# Run comprehensive linting
-make clippy
-
-# Run tests with coverage
-make test
-
-# Build optimized release
-make build
-
-# The pre-commit hook will automatically run on every commit:
-# - cargo fmt (formatting)
-# - cargo clippy (linting)
-# - cargo test (basic tests)
-
-git add .
-git commit -m "Your changes" # Quality checks run automatically
-```
-
-### Docker Development Environment
-
-```bash
-# Quick development setup
-make docker-dev
-
-# Production environment
-make docker-prod
-
-# With custom configuration
-docker-compose -f docker-compose.dev.yml up
-```
-
-### Code Quality Commands
-
-```bash
-make fmt # Format code
-make clippy # Run linter
-make pre-commit # Run all pre-commit checks
-make ci-verify # Simulate full CI pipeline
-make audit # Security audit
-make security # All security checks
-make docs # Generate documentation
-```
-
-## ๐งช Container Lab E2E Testing Environment
-
-PolyTorus provides a complete **Container Lab environment** for realistic multi-node testing with real WebRTC P2P networking and transaction propagation testing.
-
-### ๐ Quick Start with Container Lab
-
-#### Prerequisites
-- **Docker**: Container runtime
-- **Container Lab**: Network simulation tool (optional, manual Docker approach available)
-- **Rust 1.84+**: For WASM and WebRTC support
-
-#### 1. Build Testnet Docker Image
-```bash
-# Build optimized Docker image with Rust 1.84 and WASM support
-docker build -f Dockerfile.testnet -t polytorus:testnet .
-```
-
-#### 2. Deploy 3-Node Testnet
-```bash
-# Create Docker network
-docker network create polytorus-net
-
-# Start Bootstrap Node (Entry point)
-docker run -d --name polytorus-bootstrap \
- --network polytorus-net -p 18080:8080 \
- -e NODE_ID=bootstrap-node \
- -e LISTEN_PORT=8080 \
- -e RUST_LOG=info \
- polytorus:testnet
-
-# Start Validator Node 1
-docker run -d --name polytorus-validator1 \
- --network polytorus-net -p 18081:8080 \
- -e NODE_ID=validator-1 \
- -e LISTEN_PORT=8080 \
- -e BOOTSTRAP_PEERS=polytorus-bootstrap:8080 \
- -e RUST_LOG=info \
- polytorus:testnet
-
-# Start Validator Node 2
-docker run -d --name polytorus-validator2 \
- --network polytorus-net -p 18082:8080 \
- -e NODE_ID=validator-2 \
- -e LISTEN_PORT=8080 \
- -e BOOTSTRAP_PEERS=polytorus-bootstrap:8080,polytorus-validator1:8080 \
- -e RUST_LOG=info \
- polytorus:testnet
-```
-
-#### 3. Verify Network Deployment
-```bash
-# Check running containers
-docker ps --filter "name=polytorus-"
-
-# Test network connectivity
-docker exec polytorus-validator1 ping -c 3 polytorus-bootstrap
-
-# Check node logs
-docker logs polytorus-bootstrap --tail 20
-```
-
-### ๐ฏ Manual Testing Commands
-
-#### Initialize Blockchain
-```bash
-# Initialize blockchain on bootstrap node
-docker exec polytorus-bootstrap polytorus start
-
-# Check blockchain status
-docker exec polytorus-bootstrap polytorus status
-```
-
-#### Send Transactions
-```bash
-# Send test transaction
-docker exec polytorus-bootstrap polytorus send \
- --from alice --to bob --amount 1000
-
-# Send from validator node
-docker exec polytorus-validator1 polytorus send \
- --from validator1 --to alice --amount 500
-```
-
-#### Test P2P Networking
-```bash
-# Start P2P networking on bootstrap node
-docker exec -d polytorus-bootstrap polytorus start-p2p \
- --node-id bootstrap-node --listen-port 8080
-
-# Start P2P on validator with bootstrap peer
-docker exec -d polytorus-validator1 polytorus start-p2p \
- --node-id validator-1 --listen-port 8080 \
- --bootstrap-peers polytorus-bootstrap:8080
-```
-
-#### Interactive Node Access
-```bash
-# Access bootstrap node shell
-docker exec -it polytorus-bootstrap bash
-
-# Access validator node shell
-docker exec -it polytorus-validator1 bash
-
-# Inside container - run commands directly
-polytorus status
-polytorus send --from alice --to bob --amount 1000
-```
-
-### ๐ง Automated Testing Scripts
-
-#### Helper Scripts
-```bash
-# Manual testing helper
-./scripts/manual-test.sh start # Build and start testnet
-./scripts/manual-test.sh status # Show network status
-./scripts/manual-test.sh test-tx # Send test transaction
-./scripts/manual-test.sh logs bootstrap # Show node logs
-./scripts/manual-test.sh exec bootstrap # Access node shell
-./scripts/manual-test.sh stop # Stop and cleanup
-
-# E2E test suite (requires Container Lab)
-./scripts/run-e2e-tests.sh
-```
-
-### ๐ Network Configuration
-
-#### Node Configuration
-| Node | Container Name | Host Port | Node ID | Role | Bootstrap Peers |
-|------|----------------|-----------|---------|------|-----------------|
-| Bootstrap | polytorus-bootstrap | 18080 | bootstrap-node | Entry Point | - |
-| Validator 1 | polytorus-validator1 | 18081 | validator-1 | Validator | bootstrap:8080 |
-| Validator 2 | polytorus-validator2 | 18082 | validator-2 | Validator | bootstrap:8080,validator1:8080 |
-
-#### Environment Variables
-```bash
-NODE_ID= # Node identification
-LISTEN_PORT=8080 # P2P listening port
-BOOTSTRAP_PEERS= # List of bootstrap peers
-RUST_LOG=info # Logging level
-DEBUG_MODE=true # Enable debug mode
-```
-
-### ๐ Network Testing & Monitoring
+# All tests
+cargo test
-#### Connection Testing
-```bash
-# Test inter-node connectivity
-docker exec polytorus-validator1 ping polytorus-bootstrap
-docker exec polytorus-validator2 ping polytorus-validator1
+# Individual layer tests
+cargo test -p execution
+cargo test -p settlement
+cargo test -p consensus
+cargo test -p data-availability
-# Check P2P port connectivity
-docker exec polytorus-bootstrap netstat -tlnp | grep 8080
+# Specific test
+cargo test test_block_creation -- --nocapture
```
-#### Transaction Flow Testing
-```bash
-# Multi-node transaction propagation test
-for node in bootstrap validator1 validator2; do
- echo "Testing $node..."
- docker exec polytorus-$node polytorus send \
- --from $node --to other --amount 100
-done
-```
+### Code Quality
-#### Performance Monitoring
```bash
-# Container resource usage
-docker stats polytorus-bootstrap polytorus-validator1 polytorus-validator2
-
-# Network traffic monitoring
-docker exec polytorus-bootstrap netstat -i
-```
+# Check compilation
+cargo check
-### ๐ Container Lab Integration (Optional)
-
-For users with Container Lab access:
-
-#### Container Lab Topology
-```yaml
-# testnet.yml - Full Container Lab topology
-name: polytorus-testnet
-topology:
- nodes:
- bootstrap:
- kind: linux
- image: polytorus:testnet
- env:
- NODE_ID: "bootstrap-node"
- LISTEN_PORT: "8080"
- validator1:
- kind: linux
- image: polytorus:testnet
- env:
- NODE_ID: "validator-1"
- BOOTSTRAP_PEERS: "bootstrap:8080"
- links:
- - endpoints: ["bootstrap:eth0", "validator1:eth0"]
-```
-
-#### Deploy with Container Lab
-```bash
-# Deploy complete topology
-sudo containerlab deploy -t testnet.yml
+# Run clippy
+cargo clippy -- -D warnings
-# Access nodes
-sudo containerlab exec -t testnet.yml bootstrap bash
+# Format code
+cargo fmt
-# Cleanup
-sudo containerlab destroy -t testnet.yml
+# Build without warnings
+cargo build 2>&1 | grep -i warning && echo "Warnings found!" || echo "Clean build!"
```
-### ๐งช Test Results & Validation
+## Configuration
-The Container Lab environment provides:
+Configuration is managed through:
+- `config/modular.toml` - Layer-specific settings
+- Layer configuration structs with sensible defaults
+- Test configurations for development
-โ
**Network Foundation**
-- 3-node testnet with proper inter-node communication
-- WebRTC P2P networking with real data channels
-- Environment-based configuration system
+## Current Status
-โ
**Blockchain Operations**
-- Node initialization and blockchain startup
-- Transaction creation and propagation
-- Multi-node coordination
-
-โ
**Production Readiness**
-- Containerized deployment
-- Resource monitoring and health checks
-- Scalable architecture for additional nodes
-
-### ๐ Troubleshooting
-
-#### Common Issues
-```bash
-# Container startup issues
-docker logs polytorus-bootstrap
-
-# Network connectivity problems
-docker network inspect polytorus-net
-
-# Port conflicts
-docker port polytorus-bootstrap
-
-# Resource issues
-docker system df
-docker system prune
-```
-
-#### Debug Mode
-```bash
-# Start containers with debug mode
-docker run -d --name polytorus-debug \
- --network polytorus-net \
- -e NODE_ID=debug-node \
- -e DEBUG_MODE=true \
- -e RUST_LOG=debug \
- polytorus:testnet
-```
+- 31 total tests across all layers
+- Zero compiler warnings
+- Production-ready modular architecture
+- Clean separation of concerns between layers
-For detailed testing procedures and results, see [E2E Test Report](e2e-test-report.md).
+## License
-## ๐ง OpenFHE Library Installation
+See LICENSE file for details.
\ No newline at end of file