EdgeStore Overview

The Theta EdgeStore network is aiming to be an append-only, content-addressing, decentralized key/value storage network for the permanent web. It also acts as a decentralized content delivery network (dCDN) for any type of files.

Setup

Please install the EdgeStore software and setup the environment following the this guide.

Command Line Interface

You can interact with the EdgeStore network with CLI commands. Please check out this guide for more details.

Demos

We provide a few demos to showcase the capabilities of the EdgeStore network.

  • Demo #1: A simple example demonstrating a single node private network for image storage and serving.

  • Demo #2: A simple example demonstrating a single node private network for mp4 video file storage and serving.

  • Demo #3: A simple example demonstrating a multi-node private network for HLS video storage and serving.

  • Demo #4: A full-fledged example showcasing how the EdgeStore network can serve as a permanent storage and a dCDN for Web Apps.

API References

Please checkout the API references here. In particular, the RPC APIs and REST APIs.