orderly-sdk-page-components

Assemble DEX pages with pre-built React components for trading, portfolios, markets, and leaderboards.

2|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/OrderlyNetwork/skills --skill orderly-sdk-page-components
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orderly-sdk-page-components
Source: https://github.com/OrderlyNetwork/skills/tree/main/skills/orderly-sdk-page-components
Command: npx skills add https://github.com/OrderlyNetwork/skills --skill orderly-sdk-page-components

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @orderly.network/trading, @orderly.network/portfolio, @orderly.network/markets, @orderly.network/trading-leaderboard, @orderly.network/affiliate.

What problem does it solve?

This Skill simplifies and accelerates the development of Decentralized Exchange (DEX) user interfaces by providing ready-to-use, pre-built page components.

Core Features & Use Cases

  • Comprehensive DEX Pages: Offers components for Trading, Portfolio, Markets, Leaderboard, and more.
  • Responsive Design: Components are built with built-in support for both desktop and mobile layouts.
  • Use Case: A developer needs to quickly launch a new DEX. Instead of building each page from scratch, they can leverage TradingPage, PortfolioPage, and MarketsHomePage from this Skill to assemble a functional interface in a fraction of the time.

Quick Start

Import and use the TradingPage component from the '@orderly.network/trading' package to display a trading interface for the 'PERP_ETH_USDC' symbol.

Frequently Asked Questions about orderly-sdk-page-components

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a DEX trading interface in React without starting from scratch?

You can build a DEX trading interface by importing pre-built React components like TradingPage from the Orderly SDK. These components abstract complex UI logic and state management, allowing you to assemble functional trading pages rapidly.

What is the fastest way to add a portfolio dashboard to my decentralized exchange frontend?

The fastest way to add a portfolio dashboard is using the pre-built PortfolioPage component from the Orderly SDK. It integrates seamlessly with Orderly packages to provide responsive portfolio tracking for both desktop and mobile layouts.

Can I use Orderly SDK components for both desktop and mobile DEX layouts?

Yes, Orderly SDK components support both desktop and mobile responsive layouts natively. The pre-built page components are designed to adapt automatically, ensuring your DEX frontend functions correctly across different screen sizes.

Do I need to manage state manually when using pre-built React components for DEX pages?

No, you do not need to manage state manually. The pre-built DEX page components from Orderly SDK abstract complex state management and UI logic internally, allowing you to focus on assembling the interface rather than handling trading state.

What DEX pages can I assemble using Orderly SDK pre-built components?

You can assemble comprehensive DEX pages including Trading, Portfolio, Markets, and Leaderboard interfaces. The SDK provides specific components for each, facilitating rapid development of a complete decentralized exchange frontend.