Learn how to build, deploy, and secure your decentralized applications with ECHoD.
View on GitHubECHoD provides cutting-edge tools for decentralized communication. Our documentation will guide you through everything from initial setup to advanced features.
Install and configure ECHoD with these simple steps:
git clone https://github.com/echod
npm install
npx start
Nodes communicate directly without central servers using gossip protocols and DHT routing.
All data is encrypted using post-quantum cryptographic algorithms by default.
All endpoints require a valid API key sent in the Authorization header as a Bearer token.
Method | Endpoint | Description |
---|---|---|
POST | /api/v2/message/send | Broadcasts an encrypted message to the network |
GET | /api/v2/nodes/status | Returns peer connection stats |