This repository contains the open-source Merkle Tree generation logic and cryptographic tools for the Sentinel Grid platform. This engine is the crucial off-chain component responsible for ensuring data integrity for critical infrastructure telemetry.
The engine ingests batched operational logs (e.g., sensor data from power grids), organizes them into a Merkle Tree, and outputs the single, immutable Merkle Root. This Root is the proof committed to the blockchain, enabling transparent and tamper-proof auditing.
- Merkle Tree Generation: Efficient, high-throughput logic to handle enterprise-scale log volume.
- Proof Generation: Includes functionality to generate Merkle Proofs for individual log entries, allowing auditors to verify data inclusion against the on-chain root.
- Integrity Assurance: Designed to work in conjunction with Filecoin/IPFS CIDs for full data archival verification.
We are currently optimizing the library for performance and integrating it with our Predictive AI Suite. Contributions are welcome as we prepare for integration with the Avalanche Proof Commitment Contract.