# algofi-js-sdk

This is the official JavaScript library for communicating with the Algofi protocol on the Algorand network. It's designed for Node.js.

## Installation

### [Node.js](https://nodejs.org/en/download/)

```
git clone git@github.com:Algofiorg/algofi-js-sdk.git && cd algofi-js-sdk
npm install
cd test && npm install && cd ..
```
