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
  • Step 1: Launch the 0xFunction console.
  • Step 2: Write the JavaScript code for your 0xFunction.
  • Step 3: Click the Submit button.
  • Step 4: Wait for the submission to complete.
  1. Lum0x INDEXER
  2. Publisher Guides
  3. Publishing a feed

Submitting via Console

PreviousPublishing a feedNextSubmitting via GitHub Code

Last updated 10 months ago

You can directly submit a JavaScript function as a 0xFunction through the Lum0x console. This method allows for quick and straightforward deployment of feed logic by manually entering and submitting the code.

Step 1: Launch the 0xFunction console.

Step 2: Write the JavaScript code for your 0xFunction.

Step 3: Click the Submit button.

Step 4: Wait for the submission to complete.

The code will undergo a verification process and, once registered, it will be made public.

🔦
⚪
💡