@algofi/v0
v3.8.4
Published
The official JavaScript SDK for Algofi
Downloads
157
Readme
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 [email protected]:Algofiorg/algofi-js-sdk.git && cd algofi-js-sdk
npm install
cd test && npm install && cd ..