Δικτυο Overview
Δικτυο is a decentralized web platform that enables developers to build and deploy applications at the edge while ensuring quantum-resistance and automatic load-balancing.
Quick Start
curl -X POST 'https://api.δικτυο.network/deploy' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"target": "mainnet",
"code": "import δικτυο.sdk as sdk; sdk.deploy(...)"
}'
Replace YOUR_API_KEY with your deployed API token. This deploys a sample contract to our mainnet cluster.
Core Concepts
Peer-to-Peer Architecture
Applications are automatically distributed across our global network with zero configuration.
Edge Compute
Use our SDK to write compute logic that runs directly on nodes with @edge
decorators.
Quantum Security
All communications use our lattice-based cryptography implementation by default.
API Endpoints
POST /api/v1/deploy
{ "target": "mainnet|devnet", "code": "..." }
Contribute
Bug Reports
GitHub is the best place to file bug reports. For security issues, please use our security page.
SDK Development
SDK is open-source and available on our GitHub.