Quantum-Assisted Ledger for Distributed Autonomous Networks
Project description
QALDRON - Quantum-Assisted Ledger for Distributed Autonomous Networks
Military-grade security system for autonomous AI agents using quantum-inspired cryptography.
๐ Quick Start
# Install from PyPI
pip install qaldron
# Get your API key
# Visit: https://qaldron.onrender.com/client
from qaldron.sdk import AgentClient
# Initialize with your API key
agent = AgentClient(
agent_id="my_trading_bot",
api_key="sk-free-YOUR_API_KEY_HERE" # Get from qaldron.onrender.com
)
# Send secure messages
agent.send("other_agent", {
"action": "transfer",
"amount": 1000,
"currency": "USD"
})
# Receive messages
messages = agent.receive()
for msg in messages:
print(f"From {msg['sender_id']}: {msg['payload']}")
โจ Features
- ๐ Quantum-Inspired Security: Military-grade cryptographic hashing
- ๐ API Key Authentication: Centralized control and validation
- ๐ Auto-Encryption: Automatic message encryption/decryption
- โ๏ธ Digital Signatures: Tamper-evident communication
- ๐ก๏ธ Replay Protection: Time-based entropy stamps prevent replay attacks
- ๐ฆ Simple API: Just 3 lines of code to get started
- ๐ Production-Ready: Deployed on Render.com with PostgreSQL
๐ Documentation
- Get API Key: https://qaldron.onrender.com/client
- Admin Portal: https://qaldron.onrender.com/admin
- API Docs: Coming soon
- GitHub: https://github.com/GENORROW/QALDRON
๐ Getting an API Key
- Visit https://qaldron.onrender.com/client
- Sign up with your email
- Request an API key (Free tier: 1,000 messages/month)
- Wait for admin approval
- Use your key in the SDK!
๐ก Use Cases
- Autonomous AI Agents: Secure communication between trading bots, monitoring agents, etc.
- Distributed Systems: Tamper-evident messaging for microservices
- Blockchain Integration: Secure off-chain communication
- Multi-Agent Systems: Coordinated robot swarms, game AI, etc.
๐๏ธ Architecture
โโโโโโโโโโโโโโโโโโโ
โ Your Agent โ
โ (Uses SDK) โ
โโโโโโโโโโฌโโโโโโโโโ
โ Validates API Key
โ
โโโโโโโโโโโโโโโโโโโ
โ QALDRON Server โ
โ (Render.com) โ
โ PostgreSQL DB โ
โโโโโโโโโโโโโโโโโโโ
๐ฆ What's Included
- Layer 1: Quantum-inspired hash function (MARK-BLU)
- Layer 2: Encryption, entropy management, secure messaging
- SDK: Simple AgentClient API
- Server: API key validation + management dashboards
๐ Security Features
- Quantum-Resistant Hashing: Custom MARK-BLU algorithm
- AES-256-GCM Encryption: Military-grade encryption
- HMAC Signatures: Message authentication
- Entropy Rotation: Time-based security enhancement
- API Key Hashing: Never stores plain keys
- PostgreSQL: Persistent, secure storage
๐ Tiers
| Tier | Monthly Messages | Price |
|---|---|---|
| Free | 1,000 | $0 |
| Startup | 10,000 | $10 |
| Business | 100,000 | $50 |
| Enterprise | Unlimited | Custom |
๐ ๏ธ Development
# Clone repository
git clone https://github.com/GENORROW/QALDRON
cd QALDRON
# Install dependencies
pip install -r requirements.txt
# Run tests
pytest tests/
# Run local server
cd server
python app.py
๐ License
MIT License - see LICENSE file for details
๐ค Contributing
Contributions welcome! Please open an issue or PR.
๐ง Contact
- Get Support: https://qaldron.onrender.com/client
- Report Issues: https://github.com/GENORROW/QALDRON/issues
โญ Star Us!
If you find QALDRON useful, please star the repo on GitHub!
Built with โค๏ธ by the QALDRON Team
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qaldron-1.0.0.tar.gz.
File metadata
- Download URL: qaldron-1.0.0.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5f45c4bdda5d40cdd40d4cbf9d187482e6f24e3c2d5f397256c14cb505ac585
|
|
| MD5 |
db35d79100c9b044b9abae230b0fd09a
|
|
| BLAKE2b-256 |
f027194d805b91935ba0bc46d9cbadddf18e3018f0e4e0cfdff11d2d16e4af28
|
File details
Details for the file qaldron-1.0.0-py3-none-any.whl.
File metadata
- Download URL: qaldron-1.0.0-py3-none-any.whl
- Upload date:
- Size: 33.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f92b113bf7e2c239f72aade85347a1697b8719310e5830419a9e0a0286a3e5d9
|
|
| MD5 |
3d082b7bef1b66a8a26e624fbf73c2d1
|
|
| BLAKE2b-256 |
47130dc23cf4853a428038b75a3cbef8e98affc68ff35cd87f43d37166428ff1
|