solana-program-library/token-lending
dependabot[bot] 50d71d6280
build(deps-dev): bump eslint from 7.18.0 to 7.19.0 in /token-lending/js (#1174)
Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.19.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.18.0...v7.19.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-04 22:24:59 +00:00
..
client lending: Add owner to lending market (#1077) 2021-01-15 18:14:49 +08:00
js build(deps-dev): bump eslint from 7.18.0 to 7.19.0 in /token-lending/js (#1174) 2021-02-04 22:24:59 +00:00
program lending: Use fair obligation health factor calculation (#1119) 2021-01-28 15:56:07 +08: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.