> For the complete documentation index, see [llms.txt](https://legacy-sdk.humanprotocol.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-sdk.humanprotocol.org/readme.md).

# HUMAN Protocol SDK

Welcome to the official documentation for HUMAN Protocol SDK.

## Overview

* Covers both TypeScript and Python SDKs used to build on HUMAN Protocol.
* Use the sidebar to browse guides and API references; search to quickly find classes and functions.

## Install

### Typescript

```bash
npm install @human-protocol/sdk
# or
yarn add @human-protocol/sdk
```

### Python

```bash
pip install human-protocol-sdk
```

## Links

* [NPM package](https://www.npmjs.com/package/@human-protocol/sdk)
* [PyPI package](https://pypi.org/project/human-protocol-sdk/)
* [GitHub repository](https://github.com/humanprotocol/human-protocol)

## Versioning

* Content is imported from the repository at release time.

## Changelog

* [CHANGELOG](/changelog.md) — release notes and changes.
