Skip to Content
Symmio Frontier — the SDK surface for builders on HyperEVM
GuidesOverview

Guides

End-to-end recipes that cut across multiple SDK slices. Each guide picks one UI surface (a chart, a panel, a flow) and walks the full wiring — which hooks to call, which data to derive from which endpoint, which framework primitives to reach for.

Guides are consumer-facing. Reference docs under Core, React, and the other library sections describe individual APIs; guides show how to combine them.

Available guides

  • Build a Perps DEX — end-to-end recipe for shipping a full trading UI on top of @symmio/trading-react. Providers, wallet, subaccounts, collateral, open / close, TP/SL — plus the version pins and import paths new integrators trip on.
  • Lowcap Chart — render a price chart for a lowcap market. Two options: DexScreener iframe (fast path) or your own OHLC feed (Moralis / GeckoTerminal) rendered with TradingView Lightweight Charts.

When to reach for a guide vs a reference

New guides are added as new UI patterns crystallize. If a recipe lives in the vibe-ui reference repo and belongs in the SDK’s documented surface, propose it as a guide.

Last updated on