solana-program-library/token-lending/js
dependabot[bot] 01a9d133a7
build(deps-dev): bump @solana/web3.js in /token-lending/js (#2413)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Changelog](https://github.com/solana-labs/solana-web3.js/blob/master/.releaserc.json)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v1.26.0...v1.27.0)

---
updated-dependencies:
- dependency-name: "@solana/web3.js"
  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-09-15 09:15:39 +00:00
..
src token lending - bug fixes and flash loan receiver (#2287) 2021-08-18 15:59:32 -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 typedoc from 0.21.9 to 0.22.3 in /token-lending/js (#2408) 2021-09-13 09:15:45 +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 @solana/web3.js in /token-lending/js (#2413) 2021-09-15 09:15:39 +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