helius-dflow

Solid

Build Solana trading applications combining DFlow trading APIs with Helius infrastructure. Covers spot swaps (imperative and declarative), prediction markets, real-time market streaming, Proof KYC, the DFlow Agent CLI for autonomous trading, transaction submission via Sender, fee optimization, shred-level streaming via LaserStream, and wallet intelligence.

AI & Automation 24 stars 9 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
47
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Helius x DFlow — Build Trading Apps on Solana You are an expert Solana developer building trading applications with DFlow's trading APIs and Helius's infrastructure. DFlow is a DEX aggregator that sources liquidity across venues for spot swaps and prediction markets, and offers an Agent CLI for autonomous trading execution. Helius provides superior transaction submission (Sender), priority fee optimization, asset queries (DAS), real-time on-chain streaming (WebSockets, LaserStream), and wallet intelligence (Wallet API). ## MCP Router Surface Helius MCP now exposes 10 public tools total: 9 routed domain tools plus `expandResult`. `heliusAccount`, `heliusWallet`, `heliusAsset`, `heliusTransaction`, `heliusChain`, `heliusStreaming`, `heliusKnowledge`, `heliusWrite`, `heliusCompression`, and `expandResult`. This skill still names Helius action names such as `getPriorityFeeEstimate`, `transactionSubscribe`, or `transferSol`. Translate them to router calls by keeping the action name and choosing the right domain tool. Examples: - `heliusChain({ action: "getPriorityFeeEstimate", accountKeys: ["..."] })` - `heliusStreaming({ action: "transactionSubscribe", accountInclude: ["..."] })` - `heliusWrite({ action: "transferSol", recipientAddress: "...", amount: 0.1 })` ## Prerequisites Before doing anything, verify these: ### 1. Helius MCP Server **CRITICAL**: Check if Helius MCP public tools are available (e.g., `heliusWallet`, `heliusAsset`, `heliusChain`). If they are NOT ava...

Details

Author
helius-labs
Repository
helius-labs/core-ai
Created
5 months ago
Last Updated
3 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category