Skip to content
/ Orwell Public

P2P key-value storage with ownership and update capabilities.

Notifications You must be signed in to change notification settings

Eipifi/Orwell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orwell

P2P EC (eventually consistent) key-value storage with cryptographically verified ownership and update capabilities. Designed to run in an untrusted network, handling byzantine failures and malicious nodes.

Key features:

  • value ownership - once you insert your value, only you can change it. Updates are signed with ECDSA.
  • strong consistency for the keyspace, achieved by blockchain enforced consensus.
  • eventual consistency for the values, with timestamps for value expiration dates.
  • designed for mobile - value resolving mechanism requires a fixed ~8.55MiB/year, as compared to tens of GiB per year in BTC.

Part of my MSc thesis about decentralized DNS-like systems. Work in progress, delivery time: 2015/09/30

About

P2P key-value storage with ownership and update capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages