@cryptotaxi247 / kubo / commits / c7ed7ba72

Readme: Rewrite introduction and featureset (#9211)

* Readme: Rewrite introduction and featureset * Readd links Co-authored-by: Gus Eggert <gus@gus.dev>

@RubenKelevra committed Sep 22, 2022 at 19:28 UTC c7ed7ba722e7f2b01e0f133b6efbe4a5407c591d
1 file changed +10 -10
README.md
+10 -10
@@ -1,6 +1,3 @@
1 -# kubo
2 -
3 -> the oldest IPFS implementation, previously known as "go-ipfs"
1
2 ![kubo, an IPFS node in Go](https://ipfs.io/ipfs/bafykbzacecaesuqmivkauix25v6i6xxxsvsrtxknhgb5zak3xxsg2nb4dhs2u/ipfs.go.png)
3
@@ -10,15 +7,18 @@
7
8 ## What is Kubo?
9
13 -Kubo (go-ipfs) the earliest and most widely used implementation of IPFS.
10 +Kubo was the first is the most widely used IPFS implementation today. Implementing the *Interplanetary Filesystem* - the Web3 standard and contender to replace https. Thus powered by IPLD's data models and the libp2p for network communication. Kubo is written in Go.
11 +
12 +Featureset
13 +- Runs an IPFS-Node as a network service
14 +- [Command Line Interface](https://docs.ipfs.tech/reference/kubo/cli/) to IPFS-Nodes
15 +- Local [Web2-to-Web3 HTTP Gateway functionality](https://github.com/ipfs/specs/tree/main/http-gateways#readme)
16 +- HTTP RPC API (`/api/v0`) to access and control the daemon
17 +- IPFS's internal Webgui can be used to manage the Kubo nodes
18
15 -It includes:
16 -- an IPFS daemon server
17 -- extensive [command line tooling](https://docs.ipfs.tech/reference/kubo/cli/)
18 -- an [HTTP Gateway](https://docs.ipfs.tech/reference/http/gateway/) (`/ipfs/`, `/ipns/`) for serving content to HTTP browsers
19 -- an [HTTP RPC API](https://docs.ipfs.tech/reference/kubo/rpc/) (`/api/v0`) for controlling the daemon node
19 +### Other implementations
20
21 -Note: [other implementations exist](https://docs.ipfs.tech/basics/ipfs-implementations/).
21 +See [List](https://docs.ipfs.tech/basics/ipfs-implementations/)
22
23 ## What is IPFS?
24