> ## Documentation Index
> Fetch the complete documentation index at: https://orderly.network/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# List of SDKs

> Comparison of Orderly SDKs (React components, hooks, core, perp) to help choose the right starting point.

## EVM

<CardGroup cols={2}>
  <Card title="React Components SDK" icon="react" color="rgb(20, 158, 202)" href="/sdks/react/overview">
    The components library gives you high level components, that can be used as building blocks to
    develop your DEX.
  </Card>

  <Card title="React Hooks SDK" icon="react" color="rgb(20, 158, 202)" href="/sdks/hooks/overview">
    The hooks library provides a series of React hooks for React developers to ensure a seamless
    integration experience.
  </Card>

  <Card title="Core SDK" icon="js" color="#f7e018" href="/sdks/core/overview">
    The core library is the foundational SDK used by hooks SDK with some helper functions for
    Orderly Key management, signatures, etc.
  </Card>

  <Card title="Perp SDK" icon="chart-line" href="/sdks/perp/overview">
    A library of calculation formulas related to Orderly futures trading. This library is designed
    to be purely functional, with no context dependencies.
  </Card>
</CardGroup>
