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> |
||
---|---|---|
.. | ||
src | ||
types | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
README.md | ||
package.json | ||
rollup.config.ts | ||
tsconfig.json | ||
yarn.lock |
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