Getting Started
Prerequisites
Required Software
Software
Version
Installation
Verify Installation
# Check Rust version
rustc --version
# Expected: rustc 1.70.0 or higher
# Check Python version
python3 --version
# Expected: Python 3.8 or higher
# Check Git version
git --version
# Expected: git version 2.0 or higherHardware Requirements
Installation
Step 1: Clone the Repository
Step 2: Build All Components
Step 3: Set Up Python Environment (Optional)
Running the Network
Terminal 1: P2P Registry
Terminal 2: Gateway Node
Terminal 3: Compute Node
Terminal 4: Test Client
Quick Start with Docker
Verify Everything is Working
Check Service Health
Submit a Test Request via HTTP
Directory Structure
What's Next?
Understand the System
Deploy & Operate
Integrate
Troubleshooting
Common Issues
Build Fails with "linker not found"
"Connection refused" to P2P Registry
Compute Node fails to connect to Gateway
Need Help?
Last updated
