# Truvity TypeScript SDK

## Overview

The Truvity TypeScript SDK is designed to work with SSI through the Truvity API with minimal complexity.

## Getting started

### Prerequisites

- Node.js version 16.16 or later. Download it from the official [Node.js website](https://nodejs.org/).
- Valid Truvity API credentials

### Installation

Use the `npm` command to install the Truvity SDK:

```bash
npm install @truvity/sdk
```

Package link on [npm](https://www.npmjs.com/package/@truvity/sdk).

## Documentation

Read full Truvity SDK and API documentation at [https://docs.truvity.cloud/sdk](https://docs.truvity.cloud/sdk).