Files
proxmox/docs
defiQUG bea1903ac9
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Sync all local changes: docs, config, scripts, submodule refs, verification evidence
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-21 15:46:06 -08:00
..

Project Documentation

Last Updated: 2026-02-18
Status: Active Documentation
Changelog: 2026-02-18: Master docs: MASTER_INDEX 6.4 (08-monitoring peer/RPC runbooks, full-mesh changelog). 2026-02-16: Full docs review — README "See" links fixed; continued review: submodules (SUBMODULE_RELATIONSHIP_MAP, docs submodule section) (05-network, 07-ccip, 09-troubleshooting → own READMEs); Master docs updated; duplicate/archive candidates documented. 2026-02-08: Doc prune/archive (05-network superseded → archive/05-network-superseded; 10 00-meta → archive/00-meta-pruned). 2026-02-06: Master docs consistency (Option B, NETWORK_CONFIGURATION_MASTER, CLOUDFLARE_ROUTING_MASTER, RPC_ENDPOINTS_MASTER, OPERATIONAL_RUNBOOKS, 05-network README). 2026-02-05: MASTER_INDEX v5.8 (archive/00-meta-status, REMAINING_WORK_DETAILED_STEPS, ARCHIVE_CANDIDATES, PLACEHOLDERS); 32 files archived from 00-meta; REMAINING_WORK_DETAILED_STEPS completed; NETWORK_ARCHITECTURE, QUICK_REFERENCE_CARDS, 04-config, ENV_STANDARDIZATION, API_KEYS_REQUIRED, PLACEHOLDERS cross-links and refs updated. Earlier: E2E runbook, RPC 405 fix, CT 2301 resolved.


📚 Master Documentation Index

👉 Start here: MASTER_INDEX.md - Complete documentation index with all documents organized by category, priority, and cross-references.


🚀 Quick Navigation

First Time Here?

  1. 01-getting-started/README_START_HERE.md - Complete getting started guide
  2. 01-getting-started/PREREQUISITES.md - System requirements
  3. MASTER_INDEX.md - Browse all documentation

Common Tasks

Task Document
Deploy System 02-architecture/ORCHESTRATION_DEPLOYMENT_GUIDE.md
Configure Network 02-architecture/NETWORK_ARCHITECTURE.md
Troubleshoot Issues 09-troubleshooting/TROUBLESHOOTING_FAQ.md
Operational Procedures 03-deployment/OPERATIONAL_RUNBOOKS.md
Check Status 03-deployment/DEPLOYMENT_STATUS_CONSOLIDATED.md
RPC + validators + peers 08-monitoring/RPC_AND_VALIDATOR_TESTING_RUNBOOK.md, 08-monitoring/PEER_CONNECTIONS_PLAN.md — verify/fix, full-mesh peering
Next steps (index) 00-meta/NEXT_STEPS_INDEX.md — single entry by audience (you / operator) and granularity
Next Steps (master list) 00-meta/NEXT_STEPS_MASTER.md
Your next steps (one place) 00-meta/NEXT_STEPS_FOR_YOU.md — Ledger form + optional operator steps
Remaining work (step-by-step) 00-meta/REMAINING_WORK_DETAILED_STEPS.md
Remaining tasks + API features 00-meta/REMAINING_TASKS_AND_API_FEATURES.md — consolidated list and Phoenix/OMNL/Explorer API inventory
Verify E2E (all Cloudflare domains) 05-network/E2E_CLOUDFLARE_DOMAINS_RUNBOOK.md (use ACCEPT_ANY_DNS=1 when Option B); 05-network/OPTION_B_RPC_VIA_TUNNEL_RUNBOOK.md; scripts/verify/verify-end-to-end-routing.sh
Deploy/configure WETH9 bridge (Chain 138) scripts/README.md (CCIP WETH9 Bridge), COMPREHENSIVE_STATUS_BRIDGE_READY.md
Verify contracts on Blockscout CONTRACT_DEPLOYMENT_RUNBOOK.md, scripts/verify/run-contract-verification-with-proxy.sh, forge-verification-proxy/README.md
Token mapping (138↔Mainnet) 07-ccip/TOKEN_MAPPING_AND_MAINNET_ADDRESSES.md; source of truth: config/token-mapping.json — update when adding tokens
DBIS Core API (incl. Exchange Registry, Crypto.com OTC) 11-references/DBIS_CORE_API_REFERENCE.md
GRU M1 Listing & Dry-Run gru-m1/README.md
Integrations (Ramps, DeFi) INTEGRATIONS_QUICK_REFERENCE.md

📁 Directory Structure

docs/
├── MASTER_INDEX.md                    # Complete documentation index
├── README.md                          # This file
├── 00-meta/                           # Documentation meta (style, reviews, task list)
│   ├── MASTER_PLAN.md
│   ├── REMAINING_WORK_DETAILED_STEPS.md   # Step-by-step for each remaining task; "Can do now"
│   ├── E2E_COMPLETION_TASKS_DETAILED_LIST.md
│   ├── ARCHIVE_CANDIDATES.md              # Archive consolidation; Batch 4 (2026-02-20) → archive/00-meta-pruned
│   ├── NEXT_STEPS_INDEX.md                # Single entry: next steps by audience and granularity
│   ├── DOCUMENTATION_CONSOLIDATION_PLAN.md # Review/consolidate/prune plan
│   ├── PLACEHOLDERS_AND_REQUIRED_ADDITIONS_LIST.md
│   ├── DOCUMENTATION_STYLE_GUIDE.md
│   ├── DOCUMENTATION_QUALITY_REVIEW.md
│   ├── DOCUMENTATION_ENHANCEMENTS_RECOMMENDATIONS.md
│   ├── DOCUMENTATION_FIX_TASK_LIST.md
│   └── DOCUMENT_RELATIONSHIP_MAP.md
│
├── 01-getting-started/                # Getting started guides
│   ├── README.md
│   ├── README_START_HERE.md
│   └── PREREQUISITES.md
│
├── 02-architecture/                   # Core architecture & design
│   ├── README.md
│   ├── NETWORK_ARCHITECTURE.md
│   ├── ORCHESTRATION_DEPLOYMENT_GUIDE.md
│   └── VMID_ALLOCATION_FINAL.md
│
├── 03-deployment/                     # Deployment & operations
│   ├── README.md
│   ├── OPERATIONAL_RUNBOOKS.md
│   ├── VALIDATED_SET_DEPLOYMENT_GUIDE.md
│   ├── DEPLOYMENT_STATUS_CONSOLIDATED.md
│   ├── DEPLOYMENT_READINESS.md
│   ├── RUN_DEPLOYMENT.md
│   └── REMOTE_DEPLOYMENT.md
│
├── 04-configuration/                  # Configuration & setup
│   ├── README.md
│   ├── MCP_SETUP.md
│   ├── ER605_ROUTER_CONFIGURATION.md
│   ├── cloudflare/
│   │   ├── CLOUDFLARE_ZERO_TRUST_GUIDE.md
│   ├── SECRETS_KEYS_CONFIGURATION.md
│   ├── ENV_STANDARDIZATION.md
│   ├── CREDENTIALS_CONFIGURED.md
│   ├── SSH_SETUP.md
│   └── FINALIZE_TOKEN.md
│
├── 05-network/                        # Network infrastructure
│   ├── README.md
│   ├── NETWORK_STATUS.md
│   ├── NGINX_ARCHITECTURE_RPC.md
│   ├── CLOUDFLARE_NGINX_INTEGRATION.md
│   ├── RPC_NODE_TYPES_ARCHITECTURE.md
│   └── RPC_TEMPLATE_TYPES.md
│
├── 06-besu/                           # Besu & blockchain
│   ├── README.md
│   ├── BESU_ALLOWLIST_RUNBOOK.md
│   ├── BESU_ALLOWLIST_QUICK_START.md
│   ├── BESU_NODES_FILE_REFERENCE.md
│   ├── BESU_OFFICIAL_REFERENCE.md
│   ├── BESU_OFFICIAL_UPDATES.md
│   ├── QUORUM_GENESIS_TOOL_REVIEW.md
│   ├── VALIDATOR_KEY_DETAILS.md
│   └── COMPREHENSIVE_CONSISTENCY_REVIEW.md
│
├── 07-ccip/                           # CCIP & Chainlink
│   ├── README.md
│   └── CCIP_DEPLOYMENT_SPEC.md
│
├── 08-monitoring/                     # Monitoring & observability
│   ├── README.md
│   ├── MONITORING_SUMMARY.md
│   └── BLOCK_PRODUCTION_MONITORING.md
│
├── 09-troubleshooting/                # Troubleshooting
│   ├── README.md
│   ├── TROUBLESHOOTING_FAQ.md
│   └── QBFT_TROUBLESHOOTING.md
│
├── 10-best-practices/                 # Best practices
│   ├── README.md
│   ├── RECOMMENDATIONS_AND_SUGGESTIONS.md
│   ├── IMPLEMENTATION_CHECKLIST.md
│   ├── BEST_PRACTICES_SUMMARY.md
│   └── QUICK_WINS.md
│
├── 11-references/                     # Technical references
│   ├── README.md
│   ├── APT_PACKAGES_CHECKLIST.md
│   ├── PATHS_REFERENCE.md
│   ├── SCRIPT_REVIEW.md
│   └── TEMPLATE_BASE_WORKFLOW.md
│
├── 12-quick-reference/                # Quick references
│   ├── README.md
│   ├── QUICK_REFERENCE.md
│   ├── VALIDATED_SET_QUICK_REFERENCE.md
│   └── QUICK_START_TEMPLATE.md
│
├── gru-m1/                            # GRU M1 listing & validation
│   ├── README.md
│   ├── GRU_M1_MASTER_IMPLEMENTATION_PLAN.md
│   └── GRU_M1_REAL_DATA_DOMINANCE_ADDENDUM.md
│
└── archive/                            # Historical documents
    └── README.md

📖 Documentation Categories

🏗️ Core Architecture

Essential architecture and design documents:

See: 02-architecture/README.md

🚀 Deployment & Operations

Deployment guides and operational procedures:

See: 03-deployment/README.md

⚙️ Configuration & Setup

Setup and configuration guides:

See: 04-configuration/README.md

🌐 Network Infrastructure

Network architecture and configuration:

See: 05-network/README.md

⛓️ Besu & Blockchain

Besu configuration and operations:

See: 06-besu/README.md

CCIP deployment and configuration:

See: 07-ccip/README.md

📊 Monitoring & Observability

Monitoring setup and configuration:

See: 08-monitoring/README.md

🔧 Troubleshooting

Troubleshooting guides and FAQs:

See: 09-troubleshooting/README.md

Best Practices

Best practices and recommendations:

See: 10-best-practices/README.md


📋 Quick Reference

Essential Documents

Document When to Use
MASTER_INDEX.md Browse all documentation
02-architecture/ORCHESTRATION_DEPLOYMENT_GUIDE.md Deploy the system
02-architecture/NETWORK_ARCHITECTURE.md Understand network design
03-deployment/OPERATIONAL_RUNBOOKS.md Run operations
09-troubleshooting/TROUBLESHOOTING_FAQ.md Solve problems

Quick Reference Guides


Project Documentation

Submodule Documentation

Full list and relationships: 11-references/SUBMODULE_RELATIONSHIP_MAP.md


📊 Documentation Statistics

  • Total Active Documents: 48 (organized in 12 directories)
  • Archived Documents: 75+
  • Core Architecture: 3 documents
  • Deployment Guides: 6 documents
  • Troubleshooting Guides: 2 documents
  • Best Practices: 4 documents

📝 Document Maintenance

Update Frequency

  • Critical Documents: Updated weekly or as changes occur
  • Reference Documents: Updated monthly or as needed
  • Historical Documents: Archived, not updated

Review Cycle

  • Quarterly: Architecture and design documents
  • Monthly: Operational runbooks
  • As Needed: Troubleshooting and quick references

🆘 Getting Help

Common Questions

  1. Where do I start?01-getting-started/README_START_HERE.md
  2. How do I deploy?02-architecture/ORCHESTRATION_DEPLOYMENT_GUIDE.md
  3. What's the network architecture?02-architecture/NETWORK_ARCHITECTURE.md
  4. I have a problem09-troubleshooting/TROUBLESHOOTING_FAQ.md
  5. What operations can I run?03-deployment/OPERATIONAL_RUNBOOKS.md

Support Resources


📅 Recent Updates

  • 2026-02-20: Documentation consolidation — NEXT_STEPS_INDEX and DOCUMENTATION_CONSOLIDATION_PLAN added; 12 one-off/dated 00-meta docs archived (Batch 4). See 00-meta/ARCHIVE_CANDIDATES.md, 00-meta/DOCUMENTATION_CONSOLIDATION_PLAN.md.
  • 2026-02-16: Full documentation review — README "See" links fixed; Blitzkrieg dated exports archived; DOCUMENTATION_FIX_TASK_LIST reference. (20260216 review docs archived 2026-02-20.)
  • 2026-01-31: Scripts: run-contract-verification-with-proxy.sh (orchestrated, starts proxy if needed); run-send-cross-chain.sh (CCIP bridge); deploy-dbis-frontend-to-container.sh (DBIS frontend); load-project-env.sh (shared env). Master docs, CONTRACT_DEPLOYMENT_RUNBOOK, BLOCKSCOUT_FIX_RUNBOOK, scripts/README, PROJECT_STRUCTURE, TODO_TASK_LIST_MASTER updated
  • 2026-01-31: Forge Verification Proxy: defaults to BLOCKSCOUT_URL=192.168.11.140:4000; verify-contracts-blockscout.sh defaults to proxy 127.0.0.1:3080; Master docs updated (NETWORK_CONFIGURATION_MASTER, RPC_ENDPOINTS_MASTER, VMID_IP_FIXED_REFERENCE, runbooks)
  • 2026-01-31: Documentation fix task list created; docs/README links and tree updated; SEARCH_GUIDE, PROJECT_STRUCTURE, OPERATIONAL_RUNBOOKS, MASTER_INDEX tree fixes
  • 2026-01-31: Comprehensive documentation review and MASTER_INDEX meta/00-meta link fixes
  • 2025-01-20: Complete documentation consolidation and upgrade
  • 2025-01-20: Network architecture upgraded to v2.0
  • 2025-01-20: Orchestration deployment guide created
  • 2025-01-20: 75+ documents archived, organized structure
  • 2025-01-20: Directory structure created with 12 organized categories

Last Updated: 2026-02-20
Maintained By: Infrastructure Team
Review Cycle: Monthly