Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.relaycore.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Define Service

const myService = defineService({
  name: "price-feed",
  category: "data.prices",
  price: "0.01"
});

Register Service

await provider.register(myService);