orderly-sdk-dex-architecture
Orderly Network: SDK DEX Architecture
A comprehensive guide to architecting and scaffolding a complete DEX application using the Orderly Network Components SDK.
When to Use
- Setting up a new DEX project
- Understanding the provider hierarchy
- Configuring network settings
- Setting up TradingView charts
- Understanding runtime configuration
Prerequisites
- Node.js 18+ installed
- Orderly SDK packages installed (see
orderly-sdk-install-dependency) - React 18+ project with TypeScript
- Vite or similar build tool
More from orderlynetwork/skills
orderly-api-authentication
Complete authentication guide for Orderly Network - EIP-712 wallet signatures for EVM accounts, Ed25519 message signing for Solana accounts, and Ed25519 signatures for API requests
56orderly-trading-orders
Place, manage, and cancel orders using REST API or SDK hooks. Covers market, limit, IOC, FOK, POST_ONLY order types and batch operations
51orderly-deposit-withdraw
Handle token deposits and withdrawals across chains, including allowance approval, vault interactions, and cross-chain operations
49orderly-positions-tpsl
Monitor positions in real-time, configure Take-Profit/Stop-Loss orders, and manage risk with leverage settings
41orderly-sdk-trading-workflows
Complete trading workflows for Orderly Network DEX applications, from wallet connection through order execution, position management, and withdrawal.
35orderly-websocket-streaming
Establish authenticated WebSocket connections for real-time orderbook, execution reports, positions, and balance updates
35