orderly-sdk-debugging

Installation
SKILL.md

Orderly Network: SDK Debugging

A guide to debugging runtime behavior of the Orderly SDK — account/auth state, data streams, order and deposit/withdraw failures, and the errors the SDK throws.

This skill covers the SDK's own runtime surface. For build/setup problems (Vite polyfills, CSS imports, package versions) see orderly-sdk-install-dependency and orderly-sdk-dex-architecture; for wiring (provider props, .env config) see orderly-sdk-dex-architecture.

When to Use

  • Debugging account / authentication state ("stuck connecting", "not signed in")
  • Investigating data not loading (orderbook, positions, balances)
  • Troubleshooting order submission / rejections
  • Troubleshooting deposit / withdrawal failures
  • Understanding SDK-thrown errors (ApiError / SDKError)

Prerequisites

  • Orderly SDK providers mounted (OrderlyAppProvider from @orderly.network/react-app)
  • Browser DevTools familiarity
Installs
41
GitHub Stars
2
First Seen
Mar 5, 2026
orderly-sdk-debugging — orderlynetwork/skills