Skip to content

us3r-network/s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ceramic Network

Ceramic is a shared data network for managing verifiable data at scale, providing the trust of a blockchain with the flexibility of an event streaming system.

S3

S3 is a Node-as-a-Service Social, supporting Layer 2 networks, rollups and storage network like Ceramic, with coming support for FVM IPC, OP-Stack for unparalleled performance.

S3 provides developer tools and services for building on Layer 2 and rollup networks. It is completely open source.

S3 allows developers to easily build applications leveraging primitives like Ceramic for data storage and sharing. With S3's services, developers can quickly view, monitor, and manage data on these networks.

Upcoming support for FVM IPC and OP-Stack will enable even faster and more efficient operations across various rollup networks.

The initial focus is on Ceramic integration, but the goal is to support additional rollup networks beyond just Ceramic in the future.

Packages

This repo contains the following packages: DevelopmentDevelopment

US3R-Scan

US3R-Scan is an explorer for the Ceramic network that indexes all Ceramic streams in real-time.

Key features:

  • Search and view any public Ceramic stream

  • See real-time updates as streams are changed

  • View stream metadata like schema and controllers

  • Monitor overall network activity and stream creation

  • Website: https://scan.s3.xyz

  • Code: packages/server, packages/client/scan

US3R-Dashboard

US3R-Dashboard provides a management dashboard for Ceramic streams.

Key features:

  • Create, update, and view your streams

  • Easily manage stream metadata like schema, controllers, and tags

  • Monitor activity on your streams

  • Integration with 3ID Connect for authentication

  • Website: https://dashboard.s3.xyz

  • Code: packages/client/dashboard

Repo Structure

packages/server - Backend server code packages/client - Frontend client code scan - Code for the US3R-Scan client dashboard - Code for the US3R-Dashboard client docker - Docker related config files docs - Documentation

Development

S3 ships with a Docker Compose configuration for setting up a local development and testing environment.
Make sure you have Docker and Compose installed, then follow the instruction of Userscan Server README