Decentralized hot storage for high-frequency data

Shelby Hot Data Console

Store AI events, analytics signals, and media manifests on a Shelby-style hot-storage layer, then retrieve them with sub-second reads, ownership controls, and access-aware serving.

0

hot objects stored

0 ms

average read latency

0

verified reads

0

active owners

Fast retrieval layer

Hot object explorer

Read telemetry

Latency profile

Shelby adapter

Integration notes

import { ShelbyClient } from "@shelby-protocol/sdk/browser";
import { Network } from "@aptos-labs/ts-sdk";

const shelby = new ShelbyClient({
  network: Network.TESTNET,
  apiKey: import.meta.env.VITE_SHELBY_API_KEY
});

await shelby.storage.upload(file, { metadata });
await shelby.storage.download(contentId);