Orderly SDK Wallet Connection

Integrate EVM and Solana wallet connections into Orderly Network DEX applications.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/wuzhong-orderly/orderly-ai-samples --skill orderly-sdk-wallet-connection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Orderly SDK Wallet Connection
Source: https://github.com/wuzhong-orderly/orderly-ai-samples/tree/main/.github/skills/orderly-sdk-wallet-connection
Command: npx skills add https://github.com/wuzhong-orderly/orderly-ai-samples --skill orderly-sdk-wallet-connection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the integration of diverse cryptocurrency wallets (EVM and Solana) into decentralized applications built on the Orderly Network, abstracting away complex cross-chain compatibility issues.

Core Features & Use Cases

  • Unified Wallet Integration: Seamlessly connect to both EVM (Ethereum, Arbitrum, etc.) and Solana wallets using a single SDK.
  • Cross-Chain Support: Enables users to interact with Orderly Network from multiple blockchain ecosystems.
  • Use Case: A developer can use this Skill to quickly add wallet connectivity to their DEX, allowing users to connect with their preferred wallet (e.g., MetaMask, Phantom) without needing separate integration logic for each chain type.

Quick Start

Integrate the Orderly SDK wallet connector into your React application by wrapping your app with the WalletConnectorProvider and configuring Solana and EVM wallets.

Frequently Asked Questions about Orderly SDK Wallet Connection

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

FAQPage Schema
How do I integrate both EVM and Solana wallet connections into an Orderly Network DEX?

To integrate EVM and Solana wallet connections, use the Orderly SDK Wallet Connector by wrapping your React application with the WalletConnectorProvider and configuring it for both chains. This abstracts cross-chain protocols into a unified interface for seamless user onboarding.

Can I connect MetaMask and Phantom wallets to Orderly Network without separate integration logic?

Yes, you can connect MetaMask and Phantom to Orderly Network without separate logic. The SDK provides unified wallet integration, abstracting blockchain-specific connection protocols so users can connect their preferred wallet across EVM and Solana ecosystems.

What is the best way to manage account state from wallet connection to trading authentication on Orderly?

The best way to manage account state on Orderly is using the Orderly SDK, which facilitates state management from the initial wallet connection through full trading authentication. It handles the entire user onboarding and authentication lifecycle natively.

Does the Orderly SDK support cross-chain wallet connectivity for decentralized applications?

Yes, the Orderly SDK supports cross-chain wallet connectivity for DEX applications. It enables users to interact with the Orderly Network from multiple blockchain ecosystems, including Ethereum, Arbitrum, and Solana, through a single integration interface.

How does the Orderly SDK abstract cross-chain compatibility issues for DEX developers?

The Orderly SDK abstracts cross-chain compatibility issues by providing a unified interface that handles diverse cryptocurrency wallet protocols. This simplifies integrating EVM and Solana wallets into Orderly Network applications without managing complex underlying blockchain logic.

Are there limitations when using a unified wallet connector for both EVM and Solana on Orderly?

The SDK currently limits unified wallet connections to the Orderly Network ecosystem and requires a React environment. Developers must wrap their app with the WalletConnectorProvider, meaning it is specifically designed for DEX applications built on Orderly.