Skip to content

sodazone/ocelloids-services

Repository files navigation


Welcome to the Ocelloids Service Layer repository, where you will find software components for running programmable offchain layers. This repository is structured into two main packages: the Ocelloids Service Node and the Ocelloids Client library.

Packages

Name Folder Release
Ocelloids Service Node packages/server Docker
Ocelloids Client Library packages/client npm @sodazone/ocelloids-client

Ocelloids Service Node

The Ocelloids Service Node provides:

  • Ingress services for sourcing onchain data
  • Persistent and on-demand subscription management
  • Delivery channels including websockets and webhooks
  • Data aggregation APIs
  • Offchain agents for automation

Explore the Ocelloids Service Node Repository.

Ocelloids Client Library

The TypeScript client library to interact with Ocelloids Service APIs.

Explore the Ocelloids Client Library Repository.