REPLAY ANY RUN FROM THE CHAIN
Paste a tape root — the funding transaction id, which is also the run's permanent identity — and this page walks its sub-chains, decodes every payload, sorts by sequence number, recomputes the digest and compares it to the run's closing SEAL.
Do not trust this page — check it. Everything above is recomputed from public chain data, so you
can reproduce it without us: take the tape root, walk its sub-chains on any explorer, decode each
OP_RETURN (header 'MINV' | ver | kind | seq), sort by seq,
concatenate the payloads, take sha256 and compare the first 15 bytes to
tapeDigest inside the SEAL. The full byte layout is on the
fairness page.