@algofi/v0
Version:
The official JavaScript SDK for Algofi
14 lines (9 loc) • 343 B
Markdown
# 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 ..
```