Skip to main content

MASTERSEED / KEYMASTER SEED V1

Make data
checkable.

One deterministic digest stream, implemented by TypeScript and Go.

$ npm install masterseed · go get github.com/bsv8/MasterSeed

01 / FORMAT FLOW

Source blocks → digest stream → seed hash.

Every 256 KiB block produces one raw 32-byte SHA-256 digest. The exact concatenation is hashed again to produce `seed_hash`.

02 / SDK BOUNDARY

Native edges. Shared contract.

READY TO VERIFY

Build a clear data boundary.

Start building →