Skip to content

How does this project compare to other popular solution like gun.js and orbitdb? #111

Closed Answered by ple1n
sanity asked this question in Q&A
Discussion options

You must be logged in to vote

Many decentralized protocols could be seen as a key-value store with certain rules. Each peer has its own state, and the states get propagated when something changes. IPFS is a key-value store where a CID is associated with its providers and value. IPNS and Zeronet use publickey as the key, and for ZeroNet part of the value is treated as rules for updates to the state, while IPNS only validates the signer. In IPFS only the key contributes to the updating condition, which requires the value's hash to match the key.

By using a smart contract as the key, it means to use the hash of a contract as the key and treat the contract as the updating condition. This is generalization thanks to wasm. …

Replies: 2 comments

Comment options

sanity
Apr 18, 2022
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sanity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants