orderly-sdk-install-dependency

Install Orderly Network SDK packages and dependencies with npm, yarn, or pnpm.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of adding essential Orderly Network SDK packages and their associated dependencies to your project, ensuring you have the necessary tools for building decentralized applications.

Core Features & Use Cases

  • Modular Installation: Install only the specific SDK packages you need, from core utilities to high-level feature widgets.
  • Dependency Management: Automatically includes required wallet connector packages (EVM and Solana) and UI dependencies like Tailwind CSS.
  • Use Case: When starting a new DEX project, use this Skill to quickly set up the foundational Orderly SDK packages, including the trading components, wallet connectors, and UI elements, with a single command.

Quick Start

Install the Orderly SDK packages for a full DEX setup using npm.

Frequently Asked Questions about orderly-sdk-install-dependency

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

FAQPage Schema
How do I install Orderly Network SDK packages for a React DEX application?

To install Orderly Network SDK packages, use npm, yarn, or pnpm to add core modules, feature widgets, and wallet connectors to your React project. This manages package installations and peer dependencies for decentralized exchange functionalities.

What dependencies are required when setting up the Orderly Network SDK?

Required dependencies for the Orderly Network SDK include EVM and Solana wallet connector packages, alongside UI dependencies like Tailwind CSS. The installation process automatically manages these associated packages and peer dependencies.

Can I install only specific Orderly SDK modules instead of the full package?

Yes, you can perform a modular installation to install only the specific Orderly SDK packages you need, ranging from core utilities to high-level feature widgets. This supports custom UI development for decentralized applications.

Does the Orderly SDK support both EVM and Solana wallet connectors?

Yes, installing the Orderly Network SDK includes required wallet connector packages for both EVM and Solana networks. This facilitates integrating multi-chain wallet connectivity into your web application's decentralized exchange features.

Why do I need Tailwind CSS when installing Orderly Network SDK feature widgets?

Tailwind CSS is included as a UI dependency during Orderly Network SDK installation to support the styling of feature widgets. It provides the necessary UI elements for full-feature decentralized exchange setups.