solana-program-library/token-lending
dependabot[bot] 1b863f10bc
build(deps-dev): bump @typescript-eslint/eslint-plugin (#1313)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.15.1 to 4.15.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.2/packages/eslint-plugin)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-23 11:11:43 +00:00
..
client build(deps): bump solana-program from 1.5.6 to 1.5.8 (#1261) 2021-02-17 23:56:18 +00:00
js build(deps-dev): bump @typescript-eslint/eslint-plugin (#1313) 2021-02-23 11:11:43 +00:00
program build(deps): bump assert_matches from 1.4.0 to 1.5.0 (#1264) 2021-02-18 01:37:57 +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.