File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1010
1111## What is Kubo?
1212
13- Kubo is the oldest IPFS implementation, previously known as go-ipfs.
14- Think of it as a "jack of all trades, master of none" implementation of IPFS.
13+ Kubo (go-ipfs) the earliest and most widely used implementation of IPFS.
1514
16- It should be enough to get you started, if you find it lacking, see [ other implementations] ( https://ipfs.io/#install ) .
15+ It includes:
16+ - an IPFS daemon server
17+ - extensive [ command line tooling] ( https://docs.ipfs.io/reference/cli/ )
18+ - an [ HTTP Gateway] ( https://github.com/ipfs/specs/tree/main/http-gateways#readme ) (` /ipfs/ ` , ` /ipns/ ` ) for serving content to HTTP browsers
19+ - an HTTP RPC API (` /api/v0 ` ) for controlling the daemon node
20+
21+ Note: [ other implementations exist] ( https://ipfs.io/#install ) .
1722
1823## What is IPFS?
1924
You can’t perform that action at this time.
0 commit comments