# DharitrI SDK for JavaScript and TypeScript: Dharitrix utilities

Utilities modules for Dharitrix interactions

## Distribution

[npm](https://www.npmjs.com/package/@sravankumar02/sdk-exchange)

## Installation

`sdk-exchange` is delivered via [npm](https://www.npmjs.com/package/@sravankumar02/sdk-exchange), therefore it can be installed as follows:

```
npm install @sravankumar02/sdk-exchange
```

### Building the library

In order to compile the library, run the following:

```
npm install
npm run compile
```
