solana-program-library/token-lending/js
Jon Cinque 79d2c606b8
CI: Add `--max-warnings 0` to eslint to abort on errors (#3254)
* CI: Add `--max-warnings 0` to eslint to abort on errors

* Fix lint issue
2022-06-16 09:39:55 -04: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 CI: Add `--max-warnings 0` to eslint to abort on errors (#3254) 2022-06-16 09:39:55 -04: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 fully switch to @solana/buffer-layout (#2634) 2022-03-26 22:00:59 -06: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