Files
smom-dbis-138/docs/DOCUMENTATION_INDEX.md
defiQUG 1fb7266469 Add Oracle Aggregator and CCIP Integration
- Introduced Aggregator.sol for Chainlink-compatible oracle functionality, including round-based updates and access control.
- Added OracleWithCCIP.sol to extend Aggregator with CCIP cross-chain messaging capabilities.
- Created .gitmodules to include OpenZeppelin contracts as a submodule.
- Developed a comprehensive deployment guide in NEXT_STEPS_COMPLETE_GUIDE.md for Phase 2 and smart contract deployment.
- Implemented Vite configuration for the orchestration portal, supporting both Vue and React frameworks.
- Added server-side logic for the Multi-Cloud Orchestration Portal, including API endpoints for environment management and monitoring.
- Created scripts for resource import and usage validation across non-US regions.
- Added tests for CCIP error handling and integration to ensure robust functionality.
- Included various new files and directories for the orchestration portal and deployment scripts.
2025-12-12 14:57:48 -08:00

37 lines
1.9 KiB
Markdown

# Documentation Index
## Quick Start
- [README.md](../README.md) - Project overview and quick start
- [DEPLOYMENT_QUICK_START.md](DEPLOYMENT_QUICK_START.md) - Fast deployment guide
## Architecture & Design
- [ARCHITECTURE.md](ARCHITECTURE.md) - System architecture
- [DOCKER_COMPOSE_GUIDE.md](DOCKER_COMPOSE_GUIDE.md) - Docker Compose structure and usage
## Configuration
- [Configuration Index](configuration/CONFIGURATION_INDEX.md) - Which configuration guide to use
- [Network Configuration Guide](configuration/NETWORK_CONFIGURATION_GUIDE.md) - Besu network configuration
- [Azure/Cloudflare Environment Setup](configuration/AZURE_CLOUDFLARE_ENV_SETUP.md) - Azure and Cloudflare environment variables
- [Contract Deployment Environment Setup](configuration/CONTRACT_DEPLOYMENT_ENV_SETUP.md) - Contract deployment environment variables
- [CLEANUP_PLAN.md](CLEANUP_PLAN.md) - Cleanup and optimization plan
- [PROJECT_OPTIMIZATION_STATUS.md](PROJECT_OPTIMIZATION_STATUS.md) - Current optimization status
- [CLEANUP_DEDUPLICATION_REPORT.md](CLEANUP_DEDUPLICATION_REPORT.md) - Script and documentation deduplication analysis
- [CLEANUP_SUMMARY_2025_11_18.md](CLEANUP_SUMMARY_2025_11_18.md) - Cleanup summary and statistics
## Deployment
- [DEPLOYMENT_CHECKLIST.md](deployment/DEPLOYMENT_CHECKLIST.md) - Deployment checklist
- [DEPLOYMENT_STATUS_AND_NEXT_STEPS.md](DEPLOYMENT_STATUS_AND_NEXT_STEPS.md) - Current deployment status
## Operations
- [Runbooks](../runbooks/) - Operational procedures
- [Status Reports](operations/status-reports/) - Current status reports
## Archive
- [Archive README](archive/README.md) - Archived files documentation
- [Cleanup Summary](archive/CLEANUP_SUMMARY.md) - Cleanup actions summary
## Consensus Migration
- **Current**: QBFT (as of 2025-11-18)
- **Previous**: IBFT 2.0 (archived)
- See [PROJECT_OPTIMIZATION_STATUS.md](PROJECT_OPTIMIZATION_STATUS.md) for migration details