From 6527ee41e47c57ee2e17455280f5f2a1b2117b4d Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Fri, 17 Feb 2023 23:03:20 +0100 Subject: [PATCH] moving forward --- README.md | 44 +++----------------------------------------- 1 file changed, 3 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index 7a8d9282c2d..fee76376a6c 100644 --- a/README.md +++ b/README.md @@ -1,44 +1,6 @@ # iroh -[![crates.io](https://img.shields.io/crates/v/iroh.svg?style=flat-square)](https://crates.io/crates/iroh) -[![Released API docs](https://img.shields.io/docsrs/iroh?style=flat-square)](https://docs.rs/iroh) -[![MIT/Apache-2.0 licensed](https://img.shields.io/crates/l/iroh?style=flat-square)](./LICENSE-MIT) -[![CI](https://img.shields.io/github/workflow/status/n0-computer/iroh/Continuous%20integration?style=flat-square)](https://github.com/n0-computer/iroh/actions?query=workflow%3A%22Continuous+integration%22) +Something new is coming very soon :) +The old code base has moved to https://github.com/n0-computer/beetle -Iroh is a next-generation implementation of the Interplanetary File System ([IPFS](https://ipfs.io)) for Cloud & Mobile platforms. - -IPFS is a networking protocol for exchanging _content-addressed_ blocks of immutable data. “Content-addressed” means referring to data by the *hash of its content*, which makes the reference unique and verifiable. These two properties make it possible to get data from *any* node in the network that speaks the IPFS protocol, including IPFS content being served by other implementations of IPFS. - -This repo is a common core for three distributions of iroh: - -- **Iroh Cloud:** core features of iroh split into configurable microservices, optimized for running at datacenter scale. -- **Iroh One:** A select set of iroh cloud features packaged as a single binary for simplified deployment. -- **Iroh Mobile:** iOS & Android libraries that bring efficient data distribution to mobile apps. - -Here is an [install guide](https://iroh.computer/install). - -## Working on Iroh -Check out the [CONTRIBUTOR docs](./CONTRIBUTOR.md) to get familiar with ways you can contribute to the Iroh project. The [DEVELOPERS docs](./DEVELOPERS.md) will help you get starting with building and developing Iroh. - -## Benchmarks - -A full suite of automated benchmarks is in the works. [this talk](https://www.youtube.com/watch?v=qPBR2K2X6cs&t=161s) goes into some early numbers. - -## Who's behind this? - -[Iroh](https://iroh.computer) is built & maintained by [number 0](https://n0.computer). We're a founder-backed startup hell-bent on building efficient distributed systems software. - -## License - - -Licensed under either of Apache License, Version -2.0 or MIT license at your option. - - -
- - -Unless you explicitly state otherwise, any contribution intentionally submitted -for inclusion in this crate by you, as defined in the Apache-2.0 license, shall -be dual licensed as above, without any additional terms or conditions. - +For more details please take a look at https://n0.computer/blog/a-new-direction-for-iroh/