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

# EVM SDK Reference

> Integrate with Skate AMM on Ethereum and EVM-compatible chains using the official SDK.

***

## Installation

```bash theme={null}
npm install @skate-org/skate-app-amm
```

***

## SDK Initialization

```typescript theme={null}
import { SkateAmmCoreSDK } from "@skate-org/skate-app-amm";

const sdk = new SkateAmmCoreSDK("PRODUCTION");
```

***

## Reference

* [SDK README ↗](https://www.npmjs.com/package/@skate-org/skate-app-amm)
* Check the README for:
  * Core Actions
  * Chain Support
  * *and more..*
