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

# Installation

To start using the Unlockd SDK in your project, follow these steps:

## Prerequisites

* Node.js (version 16.0.0 < 17.0.0)
* npm (version 0.0.4 or higher)
* An Ethereum wallet (e.g., MetaMask)

## Installation

Install the SDK using your preferred package manager:

Using npm:

```bash
$ npm install @verislabs/unlockd-sdk
```

Using bower:

```bash
$ bower install @verislabs/unlockd-sdk
```

Using yarn:

```bash
$ yarn add @verislabs/unlockd-sdk
```

Using pnpm:

```bash
$ pnpm add @verislabs/unlockd-sdk
```
