Skip to content

Commit 14362ca

Browse files
committed
add curio and catch a typo
1 parent 3160ea4 commit 14362ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/concepts/ipfs-implementations.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ These adapt one or more of the above to specific use-cases and topologies.
4747
| Verified Fetch | <https://github.com/ipfs/helia-verified-fetch> | typescript | A fetch-like retrieval client for IPFS |
4848
| inbrowser.link | <https://github.com/ipfs/service-worker-gateway> | typescript | IPFS Gateway implemented in Service Worker, built with Helia and Verified Fetch |
4949
| IPFS Cluster | <https://github.com/ipfs/ipfs-cluster> | go | Orchestration for multiple Kubo nodes via CRDT / Raft consensus |
50-
| Iroh | <https://github.com/n0-computer/iroh> | rust | Extreme-efficiency oriented IPFS implementation. |
51-
| Nabu | <https://github.com/peergos/nabu> | java | A minimalistic, fast and embeddable IPFS implementation. |
5250
| Rainbow | <https://github.com/ipfs/rainbow/> | go | A specialized IPFS HTTP gateway implementation. |
5351
| Someguy | <https://github.com/ipfs/someguy/> | go | A Delegated Routing V1 server and client for all your HTTP/IPFS routing needs. |
5452

@@ -57,6 +55,7 @@ These adapt one or more of the above to specific use-cases and topologies.
5755
| Name | URL | Language(s) | What it's trying to do |
5856
| -------------- | ---------------------------------------------- | ----------- | ----------------------------------------------------------------------------------------------- |
5957
| Boost | <https://github.com/filecoin-project/boost> | go | Daemon to get IPFS data in and out of a Filecoin storage provider. |
58+
| Curio | <https://github.com/filecoin-project/curio> | go | Newer Filecoin node with similar goals to Lotus but more scalable and automatable |
6059
| Lassie | <https://github.com/filecoin-project/lassie/>  | go | A minimal universal retrieval client library for IPFS and Filecoin. |
6160
| Lotus | <https://github.com/filecoin-project/lotus> | go | Filecoin node handling consensus, storage providing, making storage deals, importing data. |
6261

0 commit comments

Comments
 (0)