You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update comparisons.md
Fixing dead link for Sia
* fix: dead links in comparisons.md
---------
Co-authored-by: Guillaume Michel <[email protected]>
Co-authored-by: guillaumemichel <[email protected]>
Copy file name to clipboardExpand all lines: docs/concepts/comparisons.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ IPFS is a general-purpose file system that uses a distributed hash table (DHT) t
16
16
Filecoin is built on IPFS and uses the IPFS network for data storage and retrieval. Filecoin and IPFS are complementary technologies providing decentralized and efficient storage solutions.
17
17
:::
18
18
19
-
-[Hypercore](https://hypercore-protocol.org/) is a decentralized data-sharing tool that uses a distributed hash table (DHT) for data storage. It focuses on enabling data sharing and collaboration.
19
+
-[Hypercore](https://hypercore-protocol.github.io/new-website/) is a decentralized data-sharing tool that uses a distributed hash table (DHT) for data storage. It focuses on enabling data sharing and collaboration.
20
20
-[Holo](https://holochain.org/) is a decentralized hosting platform that uses a unique data storage and sharing mechanism called Holochain. It allows users to host and run web-based applications on a peer-to-peer network.
21
21
-[Swarm](https://swarm-gateways.net/bzz:/theswarm.eth/) is a decentralized storage and sharing platform built on the Ethereum blockchain. It uses smart contracts and cryptographic techniques to securely store and share data. It focuses on providing a decentralized, secure, and censorship-resistant storage solution.
22
22
@@ -32,8 +32,8 @@ All of these solutions use content-based addressing.
32
32
33
33
| technology | storage mechanism | data model | networking stack | identifier | address composition | links | use cases | similarity to IPFS | hashing algorithm |
|[hypercore](https://hypercore-protocol.org/guides/)| decentralized data-sharing| merkle DAG | UDP | dat key | dat key | dat://{key} | decentralized data sharing| medium | SHA-256 |
|[hypercore](https://hypercore-protocol.github.io/new-website/)| decentralized data-sharing| merkle DAG | UDP | dat key | dat key | dat://{key} | decentralized data sharing| medium | SHA-256 |
37
37
|[git](https://git-scm.com/)| version control| commit history | TCP/IP | commit hash | commit hash | - | version control | medium | SHA-1, SHA-256 |
38
38
|[Secure Scuttlebutt (SSB)](https://ssbc.github.io/scuttlebutt-protocol-guide/)| decentralized social network | append-only log | Scuttlebutt Protocol | feed id | feed id | ssb://{feed id} | decentralized social networking| high | SHA-256 |
39
39
@@ -45,5 +45,5 @@ All of these solutions use content-based addressing.
45
45
|[storj](https://storj.io/docs/)| decentralized storage | erasure coding | proof-of-retrievability | UDP | farmer ID | farmer ID + file metadata | encrypted cloud storage | medium |
46
46
|[Holo](https://developer.holochain.org/docs/)| decentralized application | distributed hash table | distributed hash table | actor model | agent ID | agent ID | decentralized applications | medium |
47
47
|[Swarm](https://swarm-guide.readthedocs.io/)| decentralized storage | distributed hash table | proof-of-custody | libp2p | chunk ID | chunk ID | decentralized data storage | high |
48
-
|[sia](https://sia.tech/docs/)| decentralized storage | erasure coding | proof-of-work | UDP | sector ID | sector ID + file metadata | encrypted cloud storage | medium |
48
+
|[sia](https://docs.sia.tech/)| decentralized storage | erasure coding | proof-of-work | UDP | sector ID | sector ID + file metadata | encrypted cloud storage | medium |
49
49
|[arweave](https://www.arweave.org/docs)| blockchain-based storage | blockweave | proof-of-access | TCP/IP | block ID | block ID | permanent data archiving | low |
0 commit comments