Generated from sphere-core
Core Package Demo
This page is built from the actual sphere-core TypeScript packages:
event hashing, schema validation, hash-chain verification, and graph projection.
loading…
— events
generated at build time
—Projected graph
Events are replayed into a queryable graph projection. The data below comes from
@sphere/graph after validation by @sphere/schemas.
Event chain
Each event links to the previous hash. The chain verdict comes from
@sphere/events.verifyEventChain().
Canonical last event
The package canonicalizes event JSON before hashing, so equivalent objects hash the same way.
loading…
What this proves
@sphere/eventsdeterministically hashes and verifies the event chain.@sphere/schemasvalidates the events before projection.@sphere/graphreplays events into entities, edges, and identity links.- The website demo is static, but its data is generated from the real package at build time.