-
Notifications
You must be signed in to change notification settings - Fork 671
Home
Ryan Shea edited this page Mar 14, 2015
·
19 revisions
Blockstore is a generic key-value store on Bitcoin. You can use it register globally unique names, associate data with those names, and transfer them between Bitcoin addresses.
Then, you or anyone can perform lookups on those names and securely obtain the data associated with them.
Blockstore uses the Bitcoin blockchain for storing name operations and data hashes, and the Kademlia distributed hash table for storing the full data files.