hot objects stored
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.
average read latency
verified reads
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);