orderly-sdk-dex-architecture
Installation
SKILL.md
Orderly Network: SDK DEX Architecture
A comprehensive guide to architecting and scaffolding a complete DEX application using the Orderly Network Components SDK. All examples below mirror the up-to-date reference template (SDK 3.1.x).
When to Use
- Setting up a new DEX project
- Understanding the provider hierarchy
- Configuring network settings and chain filters
- Setting up TradingView charts
- Understanding provider configuration
Prerequisites
- Node.js 20+ installed (enforced in
package.jsonengines) - Orderly SDK packages installed (see
orderly-sdk-install-dependency) - React 18+ project with TypeScript
- Vite 7+ build tool