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

# Installation

> Install SDKs and understand current language support.

## JavaScript/TypeScript

```bash theme={null}
npm install @kryptopay/sdk
```

Also supported:

```bash theme={null}
yarn add @kryptopay/sdk
pnpm add @kryptopay/sdk
```

React integration uses `@kryptopay/sdk/react` exports from the same package.

Peer requirements for React usage:

* `react >= 18`
* `react-dom >= 18`

## Example apps

Reference integrations are available at:

* [https://github.com/KryptoPaySDK/examples](https://github.com/KryptoPaySDK/examples)

## Other languages

Python and additional language-specific guides are planned.

Until dedicated SDKs are published, use direct HTTP integration from your backend with Bearer API keys.
