Post-quantum secure P2P networking with self-verifying oracle. Build decentralized applications that verify themselves.
$ Request Early Access
$ npx Yakmesh init
✓ Generated ML-DSA-65 keypair
✓ Network identity: Alpine-Falcon-7x
$ npx Yakmesh start
🔮 Oracle ready - Phase: 847392
🌐 Mesh listening on :3000
✓ Connected to 3 peers
Yakmesh combines post-quantum cryptography with a self-verifying oracle for truly decentralized applications.
ML-DSA-65 signatures (NIST FIPS 204) protect against both classical and quantum attacks.
Deterministic validation without external trust. The code IS the authority.
WebSocket-based gossip protocol with automatic peer discovery and message propagation.
Support for atomic clocks, GPS, PTP (Meinberg PTP270PEX), and NTP with automatic detection.
BaseAdapter pattern for integrating any database, API, or platform. Build your own adapters.
Time-based fingerprints provide anti-replay protection and temporal verification.
Get up and running in under 5 minutes
Request Early Access
// Yakmesh.config.js
export default {
port: 3000,
peers: ['ws://node2.example.com:3000'],
oracle: {
timeSource: 'auto', // Detects best available
phaseWindow: 30000 // 30 second phases
}
};
npx Yakmesh start
Your node is now running and will automatically connect to peers!
Modular design for maximum flexibility
Time sources, phase epochs, network identity generation
WebSocket P2P, gossip protocol, peer management
BaseAdapter interface, platform integrations
Yakmesh is currently in private beta. Join the waitlist for early access.
We'll never spam you. Unsubscribe anytime.
Start building decentralized applications with post-quantum security today.