From d4c85d88eb74e584253ea74fa57c78ce7d8206d7 Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Fri, 19 Aug 2022 23:24:21 +0200 Subject: [PATCH 1/2] Readme: Rewrite introduction and featureset --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2304d637dfa..9b1b0bcdc0e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -# kubo - -> the oldest IPFS implementation, previously known as "go-ipfs" ![kubo, an IPFS node in Go](https://ipfs.io/ipfs/bafykbzacecaesuqmivkauix25v6i6xxxsvsrtxknhgb5zak3xxsg2nb4dhs2u/ipfs.go.png) @@ -10,15 +7,18 @@ ## What is Kubo? -Kubo (go-ipfs) the earliest and most widely used implementation of IPFS. +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. + +Featureset +- Runs an IPFS-Node as a network service +- Command Line Interface to IPFS-Nodes +- Local Web2-to-Web3 HTTP Gateway functionality +- HTTP RPC API (`/api/v0`) to access and control the daemon +- IPFS's internal Webgui can be used to manage the Kubo nodes -It includes: -- an IPFS daemon server -- extensive [command line tooling](https://docs.ipfs.tech/reference/kubo/cli/) -- an [HTTP Gateway](https://github.com/ipfs/specs/tree/main/http-gateways#readme) (`/ipfs/`, `/ipns/`) for serving content to HTTP browsers -- an HTTP RPC API (`/api/v0`) for controlling the daemon node +### Other implementations -Note: [other implementations exist](https://docs.ipfs.tech/basics/ipfs-implementations/). +See https://docs.ipfs.tech/basics/ipfs-implementations/ ## What is IPFS? From c62965e41ab7c37123591ae06233c9a17b93cf70 Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Fri, 26 Aug 2022 18:47:24 +0200 Subject: [PATCH 2/2] Readd links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b1b0bcdc0e..06418e7b9c2 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ Kubo was the first is the most widely used IPFS implementation today. Implementi Featureset - Runs an IPFS-Node as a network service -- Command Line Interface to IPFS-Nodes -- Local Web2-to-Web3 HTTP Gateway functionality +- [Command Line Interface](https://docs.ipfs.tech/reference/kubo/cli/) to IPFS-Nodes +- Local [Web2-to-Web3 HTTP Gateway functionality](https://github.com/ipfs/specs/tree/main/http-gateways#readme) - HTTP RPC API (`/api/v0`) to access and control the daemon - IPFS's internal Webgui can be used to manage the Kubo nodes ### Other implementations -See https://docs.ipfs.tech/basics/ipfs-implementations/ +See [List](https://docs.ipfs.tech/basics/ipfs-implementations/) ## What is IPFS?