Lum0x
lum0x
  • Overview
    • πŸ”¦About the Lum0x
    • πŸ”¦Quick Start
    • πŸ”¦Roadmap
    • πŸ”¦Glossary
  • Architecture
    • πŸ”¦Consensus
    • πŸ”¦Code Verification Layer
    • πŸ”¦Data Aggregation
    • πŸ”¦Deterministic Programming
  • Lum0x INDEXER
    • πŸ”¦Operator Guides
      • βšͺHow to become an operator
      • βšͺOperator dashboard
      • βšͺChoosing a feed to validate
    • πŸ”¦Publisher Guides
      • βšͺHow to become a publisher
      • βšͺPublishing a feed
        • πŸ’‘Submitting via Console
        • πŸ’‘Submitting via GitHub Code
    • πŸ”¦Feeder Guides
      • βšͺHow to become a feeder
      • βšͺQuerying a feed
  • Lum0x DeSoc Services
    • πŸ”¦DAGG - Data Source Aggregator
    • πŸ”¦0xFunction - DeComputation
    • πŸ”¦TrustStore - Decentralized DB
    • πŸ”¦MetaFrame - DataWrap Frame
  • Other
    • πŸ”¦Use Cases
    • πŸ”¦Lite Paper
    • πŸ”¦FAQ
    • Twitter
    • Explorer
Powered by GitBook
On this page
  • What is a Lum0x Feed?
  • How to Publish a Feed
  • Direct Submission via Console
  • Integration via GitHub
  1. Lum0x INDEXER
  2. Publisher Guides

Publishing a feed

PreviousHow to become a publisherNextSubmitting via Console

Last updated 10 months ago

What is a Lum0x Feed?

A Lum0x feed is a continuous stream of data, such as user activity or real-time analytics, that is generated and maintained by the network’s operators using decentralized consensus mechanisms. These feeds provide reliable, verified information for various applications within the ecosystem.

How to Publish a Feed

There are two methods to publish a feed in Lum0x:

Direct Submission via Console

You can directly submit a JavaScript function through the console.

Integration via GitHub

You can link your GitHub repository to publish the feed by making the code publicly available.

πŸ”¦
βšͺ
πŸ’‘Submitting via Console
πŸ’‘Submitting via GitHub Code