solana-program-library/token-lending
dependabot[bot] b56d695732
Bump @typescript-eslint/parser from 4.4.1 to 4.5.0 in /token-lending/js (#679)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.5.0/packages/parser)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-21 10:18:22 +00:00
..
js Bump @typescript-eslint/parser from 4.4.1 to 4.5.0 in /token-lending/js (#679) 2020-10-21 10:18:22 +00:00
program Update SDK version to v1.3.17 (#649) 2020-10-19 18:07:45 +08:00
README.md SPL token lending scaffolding (#582) 2020-10-09 13:29:51 +08:00

README.md

Lending program

A lending protocol for the Token program on the Solana blockchain inspired by Aave.

Full documentation will be made available at https://spl.solana.com in the future

Web3 bindings are available in the ./js directory.