Exocore

codecov

Warning: Exocore is at a very early development stage, hence incomplete, unstable and probably totally unsafe. Use at your own risk.

Exocore is a distributed applications framework with private and encrypted data storage. It can be used as a computing and storage backend for web and mobile applications, and is extensible via WebAssembly. It is designed to be resilient to failures, allow offline usage (ex: on mobile). Exocore exposes SDKs for web/WebAssembly, Mobile (Android/iOS) and Rust.

The primary concept in Exocore is a Cell, which is a unique container for a user's applications and data.

A cell consists of: * Data nodes managing replication and storage by using a blockchain data structure. * Index nodes managing indexation, querying and mutation of the data (collocated with data node). * Applications nodes run applications written in WebAssembly (that can be collocated with index nodes) * Clients (fat or thin) that can also act as index, data and partially run applications' WebAssembly.

Development status

Dependencies

General

WASM (optional)

Android (optional)

iOS (optional)

Usage & configuration

Quick start

Create a Cell hosted on 2 nodes

Launch sample web project

Documentation