solana-program-library/token-lending/js
dependabot[bot] f0405323a2
build(deps): bump bignumber.js from 9.0.2 to 9.1.1 in /token-lending/js (#4167)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 11:02:03 +00:00
..
src fully switch to @solana/buffer-layout (#2634) 2022-03-26 22:00:59 -06:00
.eslintignore lending: JavaScript / TypeScript client library (#1996) 2021-07-01 18:10:56 -05:00
.eslintrc.json lending: JavaScript / TypeScript client library (#1996) 2021-07-01 18:10:56 -05:00
.gitignore lending: JavaScript / TypeScript client library (#1996) 2021-07-01 18:10:56 -05:00
.prettierignore lending: JavaScript / TypeScript client library (#1996) 2021-07-01 18:10:56 -05:00
.prettierrc lending: JavaScript / TypeScript client library (#1996) 2021-07-01 18:10:56 -05:00
README.md lending: JavaScript / TypeScript client library (#1996) 2021-07-01 18:10:56 -05:00
package.json build(deps-dev): bump @rollup/plugin-commonjs from 21.0.2 to 24.1.0 in /token-lending/js (#4115) 2023-04-18 11:24:17 +00:00
rollup.config.ts lending: js fixes (#2012) 2021-07-01 21:04:54 -05:00
tsconfig.json fully switch to @solana/buffer-layout (#2634) 2022-03-26 22:00:59 -06:00
yarn.lock build(deps): bump bignumber.js from 9.0.2 to 9.1.1 in /token-lending/js (#4167) 2023-05-05 11:02:03 +00:00

README.md

SPL Token Lending client library

This is a JavaScript + TypeScript library for interacting with the SPL Token Lending program.

Install

Install the library and its peer dependencies in your app:

Yarn

yarn add @solana/spl-token-lending @solana/spl-token @solana/web3.js

NPM

npm install @solana/spl-token-lending @solana/spl-token @solana/web3.js

Documentation