The official JavaScript SDK for the Algorand Folks Finance protocol
Using npm:
npm install @folks-finance/algorand-sdk
Using yarn:
yarn add @folks-finance/algorand-sdk
Using pnpm:
pnpm add @folks-finance/algorand-sdk
Using bun:
bun add @folks-finance/algorand-sdk
No extra setup is required if you're just using the sdk as a dependency in your project.
Documentation is generated with TypeDoc and available at https://folks-finance.github.io/algorand-js-sdk/.
If you've forked or cloned this repository, you can run the included examples:
- Update
examples/config.ts
with your configuration. - Run an example, for example:
pnpm example examples/v2/liquidate.ts