File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ All of these solutions use content-based addressing.
35
35
| technology | storage mechanism | data model | consensus mechanism | networking stack | identifier | address composition | use cases | similarity to IPFS |
36
36
| --------------------- | ------------------------- | --------------------- | --------------------------- | ---------------- | ------------------- | ------------------- | ------------------------ | ------------------ |
37
37
| [ bittorrent] ( https://www.bittorrent.com/protocols/bittorrent-rfc.html ) | P2P file-sharing | - | - | TCP/IP | torrent file | filename + sha1 hash | file sharing | low |
38
- | [ storj] ( https://storj.io/docs/ ) | decentralized storage | erasure coding | proof-of-retrievability | UDP | farmer ID | farmer ID + file metadata | encrypted cloud storage | medium |
39
38
| [ arweave] ( https://www.arweave.org/docs ) | blockchain-based storage | blockweave | proof-of-access | TCP/IP | block ID | block ID | permanent data archiving | low |
40
- | [ sia] ( https://sia.tech/docs/ ) | decentralized storage | erasure coding | proof-of-work | UDP | sector ID | sector ID + file metadata | encrypted cloud storage | medium |
41
39
| [ hypercore] ( https://hypercore-protocol.org/guides/ ) | decentralized data-sharing| hypercore | Kademlia DHT | UDP | dat key | dat key | decentralized data sharing| medium |
42
40
43
41
### Crypto-economic networks
44
42
45
43
| technology | storage mechanism | data model | consensus mechanism | networking stack | identifier | address composition | use cases | similarity to IPFS |
46
44
| --------------------- | ------------------------- | --------------------- | --------------------------- | ---------------- | ------------------- | ------------------- | ------------------------ | ------------------ |
47
45
| [ filecoin] ( https://filecoin.io/docs ) | blockchain-based storage | merkle DAG | proof-of-replication | libp2p | cid | cid | decentralized data storage | high |
46
+ | [ storj] ( https://storj.io/docs/ ) | decentralized storage | erasure coding | proof-of-retrievability | UDP | farmer ID | farmer ID + file metadata | encrypted cloud storage | medium |
48
47
| [ Holo] ( https://developer.holochain.org/docs/ ) | decentralized application | distributed hash table | distributed hash table | actor model | agent ID | agent ID | decentralized applications | medium |
49
48
| [ Swarm] ( https://swarm-guide.readthedocs.io/ ) | decentralized storage | distributed hash table | proof-of-custody | libp2p | chunk ID | chunk ID | decentralized data storage | high |
49
+ | [ sia] ( https://sia.tech/docs/ ) | decentralized storage | erasure coding | proof-of-work | UDP | sector ID | sector ID + file metadata | encrypted cloud storage | medium |
You can’t perform that action at this time.
0 commit comments