โ›“๏ธ memchain demo

Interactive hash chain verification. Add memories, tamper with them, watch integrity break.

blocks: 0
integrity: โ€”
tampered: 0

add entry

๐Ÿ’ก click any entry's text to tamper with it, then verify to see the chain break

chain

no entries yet โ€” add one above โ†‘

verification log

waiting for entries...

How it works: Each entry is hashed with SHA-256 along with the previous hash, forming a chain. If you edit any entry's content, it changes its hash โ€” but the next block still references the old hash. Verification catches this immediately. This is the core of memchain and Layer 1 of the Context Stack.