Quick Start
This guide will help you get started with Molpha, whether you want to create a data feed, consume feed data, or operate a verifier node.Creating Your First Feed
Prerequisites
- A Solana wallet with USDC for fees
- An API endpoint you want to turn into a feed
- Basic understanding of JSONPath selectors (optional)
Step 1: Connect Your Wallet
Visit the Molpha Dashboard and connect your Solana wallet.Step 2: Create a Feed
- Click “Create Feed” in the dashboard
- Enter your feed details:
- Feed ID: A unique identifier (e.g.,
btc-usd) - API Endpoint: The URL of your data source
- JSONPath Selector: How to extract the value (e.g.,
$.bitcoin.usd) - Update Frequency: How often to fetch (e.g., every 60 seconds)
- Feed ID: A unique identifier (e.g.,
- Choose your subscription duration (30-365 days)
- Pay the creation fee in USDC
Step 3: Wait for Verification
Verifier nodes will start fetching from your API and submitting signed results. Once a quorum is reached, your feed becomes active.Consuming Feed Data
On Solana
On EVM Chains
Next Steps
- Feed Creation Guide — Learn advanced feed configuration
- Solana Integration — Deep dive into Solana integration
- EVM Integration — Deep dive into EVM integration
- API Reference — Complete SDK documentation