|
@@ -1,6 +1,6 @@
|
1
|
1
|
# CoBox
|
2
|
2
|
|
3
|
|
-**CoBox** is an encrypted p2p file system and distributed back-up tool.
|
|
3
|
+**CoBox** is an encrypted p2p file system and distributed back-up tool. It's been built as part of the EU Ledger NGI programme. Its aim is to facilitate a transition to a sovereign commons-based data infrastructure and a co-operative distributed cloud architecture.
|
4
|
4
|
|
5
|
5
|
## Getting Started
|
6
|
6
|
|
|
@@ -31,10 +31,7 @@ CoBox brings a cooperative approach to hosting, treating data as a common good o
|
31
|
31
|
|
32
|
32
|
As well as serving internal organisational governance needs these simple to use tools provide the infrastructure for governance of the CoBox network, to manage, research and guide the ecosystem, providing a state of the art alternative to corporate models.
|
33
|
33
|
|
34
|
|
-## Project Structure
|
35
|
|
-* **[cobox-server](cobox-server/README.md)** provides a localhost API. Loads keys into memory, initialises and manages groups, and provides a querying interface for groups and replicators.
|
36
|
|
-* **[cobox-cli](cobox-cli/README.md)** is a command-line application that talks to `cobox-server`
|
37
|
|
-* **[cobox-client](cobox-client/README.md)** is a Javascript client speak to cobox-server over HTTP.
|
38
|
|
-* **[cobox-group](cobox-group/README.md)** wraps kappa-drive and an additional hypercore log for application data in content encryption, along with compiling indexes using `kappa-core`
|
39
|
|
-* **[cobox-admin-group](cobox-admin-group/README.md)** wraps a single hypercore log for
|
40
|
|
-* **[cobox-blind-replicator](cobox-blind-replicator/README.md)**
|
|
34
|
+### Resources
|
|
35
|
+
|
|
36
|
+* [MVP TRL 4-5 Submission](https://cobox.cloud/mvp.pdf)
|
|
37
|
+* [Demo Video](https://cobox.cloud/cli-demo-video.webm)
|