entropa-node
The consensus engine behind Entropa — a post-quantum, tamper-evident audit-trail network for AI agents.
- [
Mempool] — pending transactions awaiting inclusion in a block. - [
select_proposer] — Proof of Entropy proposer selection, seeded by drand's public randomness beacon (viaentropa-core::beacon) instead of mining or staking. No single party — including us — can predict or influence who proposes the next block. - [
Node] — produces and validates blocks on top ofentropa-core::Chain.
Deliberately transport-free: networking (libp2p gossip, peer discovery) is meant to wrap this crate, so the consensus core itself stays fully testable in isolation.
Used by
entropa-api runs this as the consensus layer behind the live network:
entropa.space · explorer ·
live Probe feed.
License
MIT. Source: github.com/aimozart/entropa-public