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

# Installation

Install and configure the Ekiden SDK for TypeScript. This section walks through prerequisites, installation, and your first API call. Python and Rust SDKs will be added later.

### **Prerequisites**

* **Ekiden account** with production credentials.
* **Node.js** v14 or higher.
* **Package Manager**: npm, yarn, pnpm, or bun.
* **System clock synchronized** (e.g., via NTP) – authentication will fail if your clock is off.

### **Installation**

```bash theme={null}
# pnpm
pnpm add @ekidenfi/ts-sdk

# npm
npm install @ekidenfi/ts-sdk

# yarn
yarn add @ekidenfi/ts-sdk

# bun
bun add @ekidenfi/ts-sdk
```
