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

# Install

> Add the SDK and viem. React apps also import the React entry.

<CodeGroup>
  ```bash npm theme={null}
  npm install @voiz-digital/markets-sdk viem
  ```

  ```bash pnpm theme={null}
  pnpm add @voiz-digital/markets-sdk viem
  ```

  ```bash yarn theme={null}
  yarn add @voiz-digital/markets-sdk viem
  ```
</CodeGroup>

React apps also want `react`, then import `@voiz-digital/markets-sdk/react`.

## Next

* [Set up with React](/quickstart-react)
* [Set up with viem](/quickstart-viem)
