solana-program-library/token-lending
dependabot[bot] 83b27cb1d3
build(deps-dev): bump @typescript-eslint/parser in /token-lending/js (#1028)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.11.1 to 4.12.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.12.0/packages/parser)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 10:22:07 +00:00
..
client build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025) 2021-01-04 13:51:29 +00:00
js build(deps-dev): bump @typescript-eslint/parser in /token-lending/js (#1028) 2021-01-05 10:22:07 +00:00
program build(deps): bump solana-program from 1.5.0 to 1.5.1 (#1025) 2021-01-04 13:51:29 +00:00
README.md Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00

README.md

Token-lending program

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

Full documentation is available at https://spl.solana.com/token-lending

Web3 bindings are available in the ./js directory.