Official JavaScript SDK for the Algofi Protocol
https://algofiorg.github.io/algofi-javascript-sdk
This SDK is useful for developers who want to programatically interact with the Algofi Protocol.
This SDK is currently under active early development and should not be considered stable.
git clone git@github.com:Algofiorg/algofi-javascript-sdk.git && cd algofi-javascript-sdk
npm install
cd test && npm install && cd ..
To generate docs, cd into the root folder and run
npx typedoc src/index.ts