---
title: Installation
description: Get started with Solana Attestations in your project
---

Get started with Solana Attestations by installing the necessary packages and
setting up your development environment.

## TypeScript/JavaScript

Install the Solana Attestations library using your preferred package manager:

```bash
# Using pnpm (recommended)
pnpm add sas-lib

# Using npm
npm install sas-lib

# Using yarn
yarn add sas-lib
```
