Skip to content
John Light edited this page Sep 3, 2015 · 7 revisions

Blockstore is a generic key-value store running on top of the Bitcoin blockchain as a virtual blockchain. Data is embedded in the blockchain (using OP_RETURN, for example) and then resolver nodes read the data in a defined sequence and make sense of it, producing a synchronized view of the namespace.

Blockstore documentation