mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-04 15:58:13 +08:00
docs: add url to dev weekly sync to the README
License: MIT Signed-off-by: diasdavid <daviddias.p@gmail.com>
This commit is contained in:
parent
b75c53866a
commit
eaad8e6a3f
21
README.md
21
README.md
@ -9,20 +9,23 @@
|
||||
[](https://godoc.org/github.com/ipfs/go-ipfs)
|
||||
[](https://travis-ci.org/ipfs/go-ipfs)
|
||||
|
||||
[](https://waffle.io/ipfs/go-ipfs/metrics/throughput)
|
||||
|
||||
> IPFS implementation in Go
|
||||
|
||||
IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from
|
||||
Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm,
|
||||
exchanging git objects. IPFS provides an interface as simple as the HTTP web, but
|
||||
with permanence built in. You can also mount the world at /ipfs.
|
||||
## Project Status
|
||||
|
||||
[](https://waffle.io/ipfs/go-ipfs/metrics/throughput)
|
||||
|
||||
[**`Weekly Core Dev Calls`**](https://github.com/ipfs/pm/issues/674)
|
||||
|
||||
## What is IPFS?
|
||||
|
||||
IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. IPFS provides an interface as simple as the HTTP web, but with permanence built in. You can also mount the world at /ipfs.
|
||||
|
||||
For more info see: https://github.com/ipfs/ipfs.
|
||||
|
||||
Please put all issues regarding IPFS _design_ in the
|
||||
[ipfs repo issues](https://github.com/ipfs/ipfs/issues).
|
||||
Please put all issues regarding the Go IPFS _implementation_ in [this repo](https://github.com/ipfs/go-ipfs/issues).
|
||||
Please put all issues regarding:
|
||||
- IPFS _design_ in the [ipfs repo issues](https://github.com/ipfs/ipfs/issues).
|
||||
- Go IPFS _implementation_ in [this repo](https://github.com/ipfs/go-ipfs/issues).
|
||||
|
||||
## Table of Contents
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user