/algofi-js-sdk

Primary LanguageTypeScriptMIT LicenseMIT

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

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