configure-sdk

Configure Orderly SDK settings for Broker ID, Network, Theme, Localization, and Feature Flags.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/wuzhong-orderly/orderly-skills --skill configure-sdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-sdk
Source: https://github.com/wuzhong-orderly/orderly-skills/tree/main/configure-sdk
Command: npx skills add https://github.com/wuzhong-orderly/orderly-skills --skill configure-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of configuring the Orderly SDK application, ensuring all necessary settings are correctly applied for development and deployment.

Core Features & Use Cases

  • Environment Variable Setup: Define essential application settings like Broker ID, Network (mainnet/testnet), and App Name.
  • Theming and Localization: Customize the application's visual theme and manage language translations.
  • Wallet Integration: Configure supported wallet connectors for seamless user onboarding.
  • Use Case: A new developer joins the project and needs to set up their local development environment. They can use this skill to quickly configure the .env file, set up the theme, and ensure wallet connectivity is ready.

Quick Start

Configure the Orderly SDK by setting the broker ID to '12345', the network to 'testnet', and the app name to 'My DEX'.

Frequently Asked Questions about configure-sdk

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

FAQPage Schema
How do I configure Orderly SDK settings like Broker ID and Network?

To configure Orderly SDK settings, define essential application parameters like Broker ID, Network (mainnet/testnet), and App Name by setting up environment variables in your .env file. This ensures all necessary settings are correctly applied for development and deployment.

What environment variables do I need to set up for the Orderly SDK?

Orderly SDK environment variable setup requires defining your Broker ID, Network environment (either mainnet or testnet), and App Name within a .env file. These essential application settings ensure the SDK is properly initialized for your specific deployment context.

Can I use the @orderly.network/wallet-connector-privy for wallet integration?

Yes, you can configure wallet integration using @orderly.network/wallet-connector-privy. The Orderly SDK supports configuring wallet connectors through either @orderly.network/wallet-connector or the privy variant to enable seamless user onboarding and wallet connectivity.

How do I customize theme and add language translations in the Orderly SDK?

You customize the application's visual theme and manage language translations by adjusting the config provider in src/orderly/config.ts. Localization is handled using @orderly.network/i18n to support multilingual translation settings within the Orderly SDK.

Does the Orderly SDK configuration support testnet environments?

Yes, Orderly SDK configuration fully supports testnet environments. When setting up your environment variables in the .env file, you can specify the Network setting as either mainnet or testnet to match your development or deployment needs.

Where do I adjust the config provider for Orderly SDK feature flags?

You adjust the Orderly SDK config provider, including Feature Flags, directly within the src/orderly/config.ts file. This file manages application settings, allowing you to fine-tune feature behaviors and configuration provider adjustments.