solana-program-library/token-lending/js
dependabot[bot] fce0d9da42
build(deps-dev): bump @types/node in /token-lending/js (#2053)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.0.1 to 16.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-09 10:34:49 +00:00
..
src lending/js: fix unintentional recursion (#2018) 2021-07-02 17:05:31 -05:00
types lending: JavaScript / TypeScript client library (#1996) 2021-07-01 18:10:56 -05: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 @types/node in /token-lending/js (#2023) 2021-07-05 09:41:28 +00:00
rollup.config.ts lending: js fixes (#2012) 2021-07-01 21:04:54 -05:00
tsconfig.json lending: js fixes (#2012) 2021-07-01 21:04:54 -05:00
yarn.lock build(deps-dev): bump @types/node in /token-lending/js (#2053) 2021-07-09 10:34:49 +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