orderly-sdk-wallet-connection

Integrate multi-chain wallet connectivity for Orderly Network DEX applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @orderly.network/wallet-connector, @web3-onboard/injected-wallets, @web3-onboard/walletconnect, @solana/wallet-adapter-base, @solana/wallet-adapter-wallets, and includes references (resource) components.

What problem does it solve?

This Skill simplifies the integration of secure and versatile wallet connections into decentralized applications (DEXs) built on Orderly Network, supporting a wide range of EVM and Solana wallets.

Core Features & Use Cases

  • Omnichain Wallet Support: Seamlessly connect to wallets across EVM chains (Ethereum, Arbitrum, etc.) and Solana.
  • Unified Connection Layer: Abstracts complexities of different blockchain ecosystems for a consistent developer experience.
  • Use Case: A new DEX needs to allow users to connect with MetaMask, Phantom, and WalletConnect. This Skill provides the necessary components and guidance to implement this functionality efficiently.

Quick Start

Use the orderly-sdk-wallet-connection skill to wrap your application with the WalletConnectorProvider.

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 connect both EVM and Solana wallets to a DEX application?

You can support EVM and Solana wallets in one DEX by wrapping your application with the WalletConnectorProvider. This abstracts the connection complexities and provides a unified API for both ecosystems.

What is the best way to implement chain switching for Orderly Network DEX users?

The best way to implement chain switching for Orderly Network DEX is through dedicated provider packages and hooks that abstract multi-chain connection logic. This enables seamless account management and network transitions across supported ecosystems.

Does the Orderly Network wallet connector support WalletConnect and Phantom?

Yes, the Orderly Network wallet connector supports WalletConnect and Phantom through its dedicated provider packages. It facilitates integrations for both EVM chains using web3-onboard and Solana using wallet-adapter packages.

Can I use MetaMask with Solana wallet connections in the same application?

Yes, you can connect MetaMask alongside Solana wallets by utilizing the unified connection layer. It abstracts the different blockchain complexities to provide a consistent developer experience across both EVM and Solana environments.

Why do I need a unified API for multi-chain wallet connectivity?

You need a unified API for multi-chain wallet connectivity to abstract the complexities of differing blockchain ecosystems. This provides a consistent developer experience when integrating features like chain switching and account management across EVM and Solana.