|
1 | 1 | # iroh
|
2 | 2 |
|
3 |
| -[](https://crates.io/crates/iroh) |
4 |
| -[](https://docs.rs/iroh) |
5 |
| -[](./LICENSE-MIT) |
6 |
| -[](https://github.com/n0-computer/iroh/actions?query=workflow%3A%22Continuous+integration%22) |
| 3 | +Something new is coming very soon :) |
| 4 | +The old code base has moved to https://github.com/n0-computer/beetle |
7 | 5 |
|
8 |
| -Iroh is a next-generation implementation of the Interplanetary File System ([IPFS](https://ipfs.io)) for Cloud & Mobile platforms. |
9 |
| - |
10 |
| -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. |
11 |
| - |
12 |
| -This repo is a common core for three distributions of iroh: |
13 |
| - |
14 |
| -- **Iroh Cloud:** core features of iroh split into configurable microservices, optimized for running at datacenter scale. |
15 |
| -- **Iroh One:** A select set of iroh cloud features packaged as a single binary for simplified deployment. |
16 |
| -- **Iroh Mobile:** iOS & Android libraries that bring efficient data distribution to mobile apps. |
17 |
| - |
18 |
| -Here is an [install guide](https://iroh.computer/install). |
19 |
| - |
20 |
| -## Working on Iroh |
21 |
| -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. |
22 |
| - |
23 |
| -## Benchmarks |
24 |
| - |
25 |
| -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. |
26 |
| - |
27 |
| -## Who's behind this? |
28 |
| - |
29 |
| -[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. |
30 |
| - |
31 |
| -## License |
32 |
| - |
33 |
| -<sup> |
34 |
| -Licensed under either of <a href="LICENSE-APACHE">Apache License, Version |
35 |
| -2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option. |
36 |
| -</sup> |
37 |
| - |
38 |
| -<br /> |
39 |
| - |
40 |
| -<sub> |
41 |
| -Unless you explicitly state otherwise, any contribution intentionally submitted |
42 |
| -for inclusion in this crate by you, as defined in the Apache-2.0 license, shall |
43 |
| -be dual licensed as above, without any additional terms or conditions. |
44 |
| -</sub> |
| 6 | +For more details please take a look at https://n0.computer/blog/a-new-direction-for-iroh/ |
0 commit comments